Hi
What is the exact difference between the Class.forName(Classname) and new classname
Here Class.forname () returns class object & new classname also returns specified class object. so wht is the exact difference b/w then?
Hi
What is the exact difference between the Class.forName(Classname) and new classname
Here Class.forname () returns class object & new classname also returns specified class object. so wht is the exact difference b/w then?