Answer Posted / vikneswarank
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 ? | 11 Yes | 2 No |
Post New Answer View All Answers
What does s mean in regex?
What is the difference between replace and replace all?
Why java is considered as platform independent?
Can abstract class have private constructor?
What are the types of java languages?
What do you understand by classes in java?
Why is core java important?
What is the independent variable in an experiment?
What are the five major types of reference sources?
What are different data types?
What is core java used for?
What all access modifiers are allowed for top class ?
How do you declare an array that will hold more than 64KB of data?
Define a java class.
What is the transient keyword?