no Argument Instance
Creates an instance of the class using its no argument constructor.
Return
the instance as an Any or null
Parameters
class Name
the class to instantiate via no argument constructor
Creates an instance of the class via its no argument constructor.
Return
the instance as an Any or null
Parameters
loaded Class
the class to instantiate via no argument constructor