Solved

The Boolean Contains(E Element)method Searches a ArrayList for a Given

Question 16

Multiple Choice

The boolean contains(E element) method searches a ArrayList for a given element.A correct and efficient implementation of this method


A) throws an exception if the element is not found in the list
B) uses binary search to locate the element
C) uses sequential search to locate the element
D) returns 0 if the element is not found in the list

Correct Answer:

verifed

Verified

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

Related Questions