Multiple choice technology programming languages sorted map is interface class Object None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Java Collections Framework, SortedMap is an interface that extends Map. It provides a total ordering on its keys. Classes like TreeMap implement this interface. Abstract classes and concrete classes exist, but SortedMap itself is an interface.