I read about properties and resource bundle. But I was unable to get difference between these. When to use Properties file and when to use Resource bundle.
ResourceBundle helps to load locale specific properties. If you have different properties file for each locale example DE,CN,etc ResourceBundle will load the appropriate locale specific file.