In Java, which operation is used to create an object?
In Java, which operation is used to create an object? 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.