You should use the _____ method to test whether each item in an array matches a specified condition.

A. apply()
B. every()
C. call()
D. shuffle()

Answer: B

Computer Science & Information Technology

You might also like to view...

Which function in an organization manages information resources?

A) Data administration B) Database administration C) Knowledge Management D) Information Management

Computer Science & Information Technology

Class Arrays methods sort, binarySearch, equals and fill are overloaded for primitive-type arrays and Object arrays. In addition, methods __________ and __________ are overloaded with generic versions.

a. sort, binarySearch. b. sort, fill. c. binarySearch, equals. d. binarySearch, fill.

Computer Science & Information Technology