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.

Leave a Reply

Your email address will not be published. Required fields are marked *

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.

Leave a Reply

Your email address will not be published. Required fields are marked *