I want to instantiate one instance of a class from the string name of the class. ( using Class.forName().newInstance(). )I want to instantiate one instance of a class f
I want to instantiate one instance of a class from the string name of the class. ( using Class.forName().newInstance(). )I want to instantiate one instance of a class f