TypeCast to Object
Hi,I am working with java, in my logic i am getting values in the form of Object, here iwant to typecast it to my won class , but here i am having only the class name, so Howcan i typecast that Object by using this class name which is in string format.Regards