Which Of These Method Of Object Class Is Used To Obtain Class #313
Which of these method of Object class is used to obtain class of an object at run time?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Inheritance - Object Class in Java - Quiz No.1.
Which of these method of Object class is used to obtain class of an object at run time?
get()
void getclass()
Class getclass()
None of the mentioned