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 Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is true about getClass() method.