Answer Posted / tapan kumar kundu
Using toArray() method for example
ArrayList arr_obj=new ArrayList()
arr_obj.add("viki");
arr_obj.add("siva");
Object[] obj=arr_obj.toArray();
for further Detail go to my website :
http://www.beexpert.co.in/
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is float in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
does java support pointers?
Mention some interfaces implemented by linked list in java.
Compare overloading and overriding?
How are the elements of a gridbaglayout organized in java programming?
What is the use of private static?
Can we overload final method in java?
Explain about narrowing conversion in java?
What are desktop procedures?
What is the buffer limit?
Explain about method local inner classes or local inner classes in java?
What are the advantages of java inner classes?
Why does abstract class have constructor?
What is the difference between yielding and sleeping in java programming?