M
Q. To design a general-purpose search method, searchList, to search a list, which of the following must be parameters of the method searchList? (i) The array containing the list. (ii) The length of the list. (iii) The search item. (iv) A boolean variable indicating whether the search is successful.
- Correct Answer - Option(B)
- Views: 140
- Filed under category JAVA
Discusssion
Login to discuss.