Properties « java.util « Java by API






1.new Properties()
2.new Properties(Properties prop)
3.Properties: getProperty(String key)
4.Properties: getProperty(String key, String defaultValue)
5.Properties: list(PrintStream out)
6.Properties: load(InputStream inStream)
7.Properties: loadFromXML(InputStream in)
8.Properties: keySet()
9.Properties: propertyNames()








10.Properties: setProperty(String key, String value)
11.Properties: store(OutputStream out, String comments)
12.Properties: storeToXML(OutputStream os, String comment)