Home » JAVA Programming » Object & Classes » Question
  1. Which of these method of Object class is used to obtain class of an object at run time?
    1. Class getclass()
    2. get()
    3. void getclass()
    4. int getclass()
    5. None of these
Correct Option: A

Class getclass()



Your comments will be displayed only after manual approval.