Multiple choice Which of the following is not a method of SortedMap interface? Comparator comparator( ) SortedMap subMap(Object start, Object end) SortedMap tailMap(Object start) SortedMap headMap(Object end) Set entrySet( ) Reveal answer Fill a bubble to check yourself E Correct answer Explanation This is the method of Map interface.