Which statement in the following sequence of statements about sorting objects by two fields is false?
a. To sort objects by two fields, you create a Comparator that uses two Functions.
b. First you call Comparator method comparing to create a Comparator with the first Function.
c. On the Comparator for the first field, you call method comparing with the second Function.
d. The resulting Comparator compares objects using the first Function then, for objects that are
equal, compares them by the second Function.
c. On the Comparator for the first field, you call method comparing with the second Function.
You might also like to view...
Social networking is only as hazardous or as safe as the individual user makes it
Indicate whether the statement is true or false
Which of the following BEST describes attempts to guess a password by trying possible combination of letters, numbers, and symbols?
A. Social engineering B. Phreaking C. Brute force D. War driving