hey guys , i had a problem with classes and objects , i need to get the class name form a text file for example and open an object from that class , is that possible if so how can i do it . the object parameters i can send it according the user inputs.
for example can i say :
String ClassName = "class_name";
then ClassName cn = new ClassName;
i know that the piece of code above sounds insane but i need a way to do it urgently
thanks in advance =)