Hi All,
In java, is it possible to create class dynamically from other class,
for example, In my Test class i am passing one command line value, say its in "name"
In this Test class can i create another class called 'TestName' with one class level attribute called "name" in the TestName?
Thanks,