Multiple choice Which of the following is true about Map.Entry interface? It stores the elements in a sequence. This interface defines the methods by which you can group the elements in a collection of objects. It extends Map interface so that the keys are maintained in ascending order. It describes an element in the form of key-value pair in a map. This is an inner class of Map interface. This interface does not allow duplicate interface. Reveal answer Fill a bubble to check yourself D Correct answer Explanation This statement is true about Map.Entry interface.