🎴 Flashcard Mode

MAP Java (GATE - CS)

Card1 / 12
Mastered0
Review0
QuestionClick to flip

Which of the following methods cannot be invoked with the object of TreeMap constructor?

AnswerClick to flip back
A
fixedMap()
💡 Explanation:

This is the correct answer. There is no method named FixedMap() in TreeMap class. So, this method cannot be invoked from Object of TreeMap class. So, this answer is correct.

Change Mode