🎴 Flashcard Mode

Computer Science Fundamentals

Card1 / 24
Mastered0
Review0
QuestionClick to flip

What is the role of getClass() method of the Object class in Java?

AnswerClick to flip back
A
This method is a final method that returns a runtime representation of the class of this object.
💡 Explanation:

This is true about getClass() method.

Change Mode