0 votes
in JAVA by
What is the purpose of using java.lang.Class class?

1 Answer

0 votes
by

The java.lang.Class class performs mainly two tasks:

Provides methods to get the metadata of a class at runtime.

Provides methods to examine and change the runtime behavior of a class.

Related questions

0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
+1 vote
asked May 5, 2021 in JAVA by SakshiSharma
...