1.

How To Get The Object Of Class Class?

Answer»

There are 3 WAYS to GET the instance of Class class.

They are as FOLLOWS: 

  • forName() method of Class class
  • getClass () method of OBJECT class
  • the .class syntax

There are 3 ways to get the instance of Class class.

They are as follows: 



Discussion

No Comment Found