To find the smallest and largest element of a Collection, use Collections methods _________ and __________.
a. least, greatest.
b. smallest, largest.
c. first, last.
d. min, max.
d. min, max.
You might also like to view...
The logical network perimeter mechanism can be used to control the bandwidth made available to isolated IT resources.
a. True b. False
To create a parameter report, you base it on a parameter table. _________________________
Answer the following statement true (T) or false (F)
?Identify a method thatdecreasesarrayby keeping only those items that return a value oftruefrom thecallbackfunction.
A. ?array.every(callback [, thisArg]) B. ?array.map(callback [, thisArg]) C. ?array.reduce(callback [, thisArg]) D. ?array.find(callback [, thisArg])
Each time a method is invoked, the system stores parameters and local variables in an area of memory, known as _______, which stores elements in last-in first-out fashion.
a. a heap b. storage area c. a stack d. an array