what is properties of an object in java
Please don't spam
Answers
Answered by
2
Answer:
Properties is a subclass of Hashtable. It is used to maintain lists of values in which the key is a String and the value is also a String. The Properties class is used by many other Java classes. For example, it is the type of object returned by System. getProperties( ) when obtaining environmental values.
plzzzzzzzzzzzzzzzzzzzzzzzz
plzzzzzzzzzzzzzzzzzzzzzzzz
plzzzzzzzzzzzzzzzzzzzzzzzz plzzzzzzzzzzzzzzzzzzzzzzzz
mark me as brainliest
Answered by
2
Answer:
Properties is a subclass of Hashtable. It is used to maintain lists of values in which the key is a String and the value is also a String. The Properties class is used by many other Java classes. For example, it is the type of object returned by System. ... Properties define the following instance variable.
A class is a group of objects which have common properties. It is a template or blueprint from which objects are created. It is a logical entity. It can't be physical.
A class in Java can contain:
Fields
Methods
Constructors
Blocks
Nested class and interface
Explanation:
Hope it helps you
Similar questions