Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 147 Bytes

File metadata and controls

7 lines (4 loc) · 147 Bytes

What does the Class.forName("MyClass") do?

Loads the class MyClass.

Execute any static block code of MyClass.

Returns an instance of MyClass.