Class forName() method in Java with Examples
Last Updated : 01 Jun, 2021
Read
Discuss
Courses
Practice
Video
The forName() method of java.lang.Class class is used to get the instance of this Class with the specified class name. This class name is specified as the string parameter.
Syntax:
https://www.geeksforgeeks.org/class-forname-method-in-java-with-examples/