read element from an array in java

7331

New Member
I have an instance of Object class (e.g. obj). By using \[code\]obj.getClass().isArray()\[/code\] I can confirm that it is an array.Now I want to access elements of this array (like \[code\]obj[0]\[/code\] or something like that).Is it possible to do so?Please help
 
Top