Java Collection How to - Java Properties Example








  1. Java Convert a Properties list into a map
  2. Java Get a key List from Properties
  3. Java Get property by String key value
  4. Java Have a multi-line value in a properties file
  5. Java List Properties to a print stream or print writer
  6. Java Load a properties file in the classpath
  7. Java Load a properties file in the startup directory
  8. Java Load a Properties file stored in a JAR
  9. Java Put value to a Property list
  10. Java Save properties with store() method
  11. Java Sort Properties when saving
  12. Java Store properties as XML file
  13. Java Use XML with Properties