newInstance static method
Create a new instance of the specified class name.
Implementation
static newInstance(String className)
=> newInstanceByMirror(forName(className));
Create a new instance of the specified class name.
static newInstance(String className)
=> newInstanceByMirror(forName(className));