📚 Practice Mode
Computer Science Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 24
Multiple Choice
What is the role of getClass() method of the Object class in Java?
- This method is a final method that returns a runtime representation of the class of this object.
- This method returns a String representation of the object.
- This method compares two objects for equality.
- This method creates a clone of this object.
- None of the above