- A allows the existence of null keys and values,
- doesn’t allow neither null keys, nor null values.
- A is synchronized.
- while a is not.
- is preferred in single-threaded environments.
- is suitable for multi-threaded environments.
- A provides its set of keys and a Java application can iterate over them.
- provides an of its keys.
No comments:
Post a Comment