I need to Convert My result set to an array of Strings. I am reading Email addresses from the database and I need to be able to send them like:
message.addRe
System.out.println(arr[i]);
Instead use:
System.out.print(arr[i] + ",");