DEVFYI - Developer Resource - FYI

What is the Properties class?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

68. What is the Properties class?

The properties class is a subclass of Hashtable that can be read from or written to a stream. It also provides the capability to specify a set of default values to be used.

(Continued on next question...)

Other Interview Questions