InterviewSolution
Saved Bookmarks
| 1. |
What Is The Properties Class? |
|
Answer» 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. 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. |
|