May 18 2009 01:17 PM 2365 2 ArrayList to Array neemtree How will you convert an ArrayList to an Array? inthiyaj Profile Answers by inthiyaj Questions by inthiyaj May 19th, 2009 In ArrayList we have toArray() method which returns Object[]. by using this we can convert arrayList to Array. In the same way In Array we have asList(T... a) to convert Array to List. Answer Question Select Best Answer
May 18 2009 01:17 PM 2365 2 ArrayList to Array neemtree How will you convert an ArrayList to an Array? inthiyaj Profile Answers by inthiyaj Questions by inthiyaj May 19th, 2009 In ArrayList we have toArray() method which returns Object[]. by using this we can convert arrayList to Array. In the same way In Array we have asList(T... a) to convert Array to List. Answer Question Select Best Answer
inthiyaj Profile Answers by inthiyaj Questions by inthiyaj May 19th, 2009 In ArrayList we have toArray() method which returns Object[]. by using this we can convert arrayList to Array. In the same way In Array we have asList(T... a) to convert Array to List.