I want to create java objects with their class names known at runtime. I want something of this: objref = createobject("classname"); I will not be able to use : Classname Obj = new Classname() ; Will interfaces be useful for this? ------------------ Lakshmi Anand K MSPV Group Pavoorchatram