Multiple choice

Which of the following is not a method of SortedMap interface?

  1. Comparator comparator( )

  2. SortedMap subMap(Object start, Object end)

  3. SortedMap tailMap(Object start)

  4. SortedMap headMap(Object end)

  5. Set entrySet( )

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

This is the method of Map interface.