In my application I need to convert my arraylist to a string of an array. However, I am getting an error:
ClassCastException: java.lang.Object[] cannot be ca
You just need to get the contents of arraylist in an array, right??
Can't u do like this?
for(int i=0;i