In Java, which operation is used to create an object?
A
class
B
scanf
C
print
D
None of the above
Correct Answer: class
In Java, A class can be defined as a template/blueprint that describes the behavior/state that the object of its type support.