InterviewSolution
Saved Bookmarks
| 1. |
Which Class Object Uses Key To Store Value? |
|
Answer» Dictionary, MAP & HASHTABLE all implement Map interface hence all of them uses KEYS to store VALUE in the object. Dictionary, Map & Hashtable all implement Map interface hence all of them uses keys to store value in the object. |
|