Saved Bookmarks
| 1. |
Define Map Interface In Java Programming? |
|
Answer» The Map interface replaces the JDK 1.1 Dictionary class and is used associate KEYS with VALUES. The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values. |
|