In java, which operator is used to create an object.
A
class
B
scanf
C
print
D
None of the above
Correct Answer: class
The object - class is the parent class of all the classes in Java by default. In other words, it is the topmost class of java.