Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
but this time fails with: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.ArrayList
String list=context.list.substring(1,(context.list.length()-1));
String listArray[]=list.split(",");