getClass(). This method is used to returns the Class class object . The returned Class object is the object that is locked by static synchronized methods of the given class. This method is final so we can’t override it.
What is the purpose of following syntax public final class getClass ()?
getClass(). This method is used to returns the Class class object . The returned Class object is the object that is locked by static synchronized methods of the given class. This method is final so we can’t override it.