Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Core Java - Interview Questions and Answers for 'Map vs multimap' - 1 question(s) found - Order By Rating | ||||
| ||||
| Ans. We can have duplicate keys within MultiMap whereas we cannot have duplicate keys within Java Util Map. We can have a Map with value as a "collection of values" instead of single value to have a similar function as Multimap. | ||||
a. Set b. List c. Map d. Any Collection implementation | ||||
or What are the different Java Collections Interfaces ? | ||||