String s;
Object inst = null;
try{
inst = Class.forName(s).newInstance();
(Inter)inst.meth();
}catch(Throwable t){}
String s;
Object inst = null;
try{
inst = Class.forName(s).newInstance();
(Inter)inst.meth();
}catch(Throwable t){}