1.

Which method of the Class is used to determine the name of a class represented by the class object as a String?

Answer»

Which method of the Class is used to DETERMINE the name of a class REPRESENTED by the class object as a String?
Choose the correct options from below LIST
(1)getClass()
(2)intern()
(3)getName()
(4)toString()

ANSWER:-(3)getName()



Discussion

No Comment Found