creating an array from an object
Hi
Is there any way to create an array from object?
We can know whether the object is type of array or class object using
isArray() method of Class class.
regards,
Shashi
Hi
Is there any way to create an array from object?
We can know whether the object is type of array or class object using
isArray() method of Class class.
regards,
Shashi
Object []arr=new array[5];
Question is not clear.. do u mean create an array of objects or an array object referenced by an Object