What does the Class.forName("MyClass") do? Loads the class MyClass. Execute any static block code of MyClass. Returns an instance of MyClass.