You don’t need to reinvent the wheel, here’s the toArray()
method:
String []dsf = new String[al.size()];
al.toArray(dsf);
You don’t need to reinvent the wheel, here’s the toArray()
method:
String []dsf = new String[al.size()];
al.toArray(dsf);