SyntaxFix
Write A Post
Hire A Developer
Questions
Class.forName() gets a reference to a Class, Class.forName().newInstance() tries to use the no-arg constructor for the Class to return a new instance.