Dynamic object creation in java

Joined
Nov 11, 2008
Messages
3
Reaction score
0
Hi All,
i have got class name dynamically in a string type, now need to create object of that class and call a method. please help:-(

i tried following code but its not working

String myclassName = textAgeList.item(0).getNodeValue().trim();
// Object myObject = Class.forName(myclassName).newInstance();

Class c= Class.forName(myclassName);
Object m=c.newInstance();
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top