|
|
New Methods
The following method was added to thePropertiesclass for the JDK 1.1 release:
The newlist(PrintWriter)listmethod writes its output to aPrintWriter, one of the new classes introduced to the
java.iopackage by the JDK 1.1. This new method is similar to the other
listmethod which writes to aPrintStream.Properties are used extensively in internationalized programs for Managing Locale-Sensitive Data
.
|
|