Solved

The Int IndexOf(Object O)method of the List Interface

Question 15

Multiple Choice

The int indexOf(Object o) method of the List interface


A) searches a list for the occurrence of an object and returns its index
B) adds an object to a list and returns the index of the newly added object
C) uses binary search to locate the given object,and then returns its index
D) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions