computer






 

Question by  Maryanne24 (2)

What is "getClass" in Java?

Is it a program?

 
+5

Answer by  aikawa (91)

it is not a program. it is a method that allows you to retrieve a private variable which is linked to the runtime class of the object. an object of type Class is returned by this method.

 
You have 50 words left!