String listString = ""; for (String s : stringArrayList) { listString += s + "\t"; } return listString; }