About getProperty()

There is a method(getProperty()) in java.util.Properties class. What is this for? How do you use it?
[107 byte] By [youhaodiyia] at [2007-11-27 5:04:12]
# 1
What about reading the API documentation for the class [url= http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html]java.util.Properties[/url] ?
TimTheEnchantora at 2007-7-12 10:22:27 > top of Java-index,Java Essentials,Java Programming...
# 2
Well that might give some ideas about the details but will not forcibly give an overview. You can study the API and will not learn from it why on Earth we want to write programs, say, in Java.
BIJ001a at 2007-7-12 10:22:27 > top of Java-index,Java Essentials,Java Programming...