I am trying to use ResourceBundle#getStringArray to retrieve a String[] from a properties file. The description of this method in the documentation
ResourceBundle#getStringArray
String[]
key=value1;value2;value3 String[] toArray = rs.getString("key").split(";");