🎴 Flashcard Mode

Java Methods (GATE - CS)

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following methods is/are present in the ArrayList class in Java?

AnswerClick to flip back
A
indexOf(Object o)
💡 Explanation:

indexOf(Object o) method is present in the ArrayList class in Java.

Change Mode