TypeCast from Object to class
I am geting the Class Name at run time from xml file.That name will stroe in one string varible.And i am getting value in form of Object from my business logic,so i want to typecast this object in to the class which has been stored in String.