Discussion :: JAVA MCQs
- Which of these methods can be used to search an element in a list?
Answer : Option D
Explanation :
binaryserach() method uses binary search to find a specified value. This method must be applied to sorted arrays.
Be The First To Comment