So I'm wondering if it is possible to populate a String array from calls toString () of an ArrayList
So, I know that this can be done with a loop, but is there one approach?
Cyclic approach
ArrayList<Object> objects = new ArrayList<Object>();
source share