Multiple choice In Java _________ is a interface. Map HashMap HashTable Table 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.