I want write a java program
Problem:
I have property file, in the property file contains
range=\"1,5,35-50,100\"
String bundle = "your properties file name without .properties"; ResourceBundle rb = ResourceBundle.getBundle(bundle); String range = rb.getString("range");