Multiple choice

In Java _________ is a interface.

  1. Map

  2. HashMap

  3. HashTable

  4. Table

  5. Arrays

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Map is a data structure which is used to put data as key value pair for quick retrieval. So it is an interface.