Previous


1.1 Changes: Properties Class

New Methods

The following method was added to the Properties(in the API reference documentation)class for the JDK 1.1 release:
list(PrintWriter)
The new list method writes its output to a PrintWriter(in the API reference documentation), one of the new classes introduced to the java.io(in the API reference documentation) package by the JDK 1.1. This new method is similar to the other list method which writes to a PrintStream.

Properties are used extensively in internationalized programs for Managing Locale-Sensitive Data(in the Writing Java Programs trail).


Previous