tapan kumar kundu


{ City } dhaka
< Country > bangladesh
* Profession * sr.executive transmission
User No # 75714
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 0
Questions / { tapan kumar kundu }
Questions Answers Category Views Company eMail




Answers / { tapan kumar kundu }

Question { KPIT, 7684 }

How will you convert an ArrayList to Arrays?


Answer

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