Which of the following is correct to sort the elements in a list lst?

a. lst.sort()
b. Collections.sort(lst)
c. Arrays.sort(lst)
d. new LinkedList(new String[]{"red", "green", "blue"})


b

Computer Science & Information Technology

You might also like to view...

To modify more than one label at the same time, Shift+click to select a group of labels, and then make the changes. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

After you select text, you can use the ________ toolbar to modify the formatting

A) Hidden B) Custom C) Locked D) Mini

Computer Science & Information Technology

Which of these is a reason to create a Hyper-V Virtual machine?

a. Maintaining multiple test environments for developers and systems engineers b. Running older versions of Windows for applications that will not run on current versions c. Building a test lab infrastructure on a computer or laptop d. All of the above

Computer Science & Information Technology

The ADD clause consists of the word ADD followed by the name of the ____________________ to be added, followed by the characteristics.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology