Thanks cindy.
Suppose i have a class name in as String like
String str="ex".
Now i want to create the class for that name("ex"),and instant for that.I think these involves class loading .So i want to know how to load that class in the name specified as String.
Is it possible?