Which of the following statements are true?
a. Collections.shuffle(list) randomly reorders the elements in the list.
b. Collections.shuffle(list, Random) randomly reorders the elements in the list with a specified Random object.
c. If list1 and list2 are identical, the two lists may be different after invoking Collections.sort(list1) and Collections.sort(list2).
d. If list1 and list2 are identical, the two lists are still identical after invoking Collections.sort(list1, new Random(3)) and Collections.sort(list2, new Random(3)) with the same Random object.
abcd
You might also like to view...
Which of the following is not part of the method header?
a) method body b) method name c) parameter list d) None of the above
Navigation forms can be used with any Access database, even if you don't publish it to a SharePoint server.
Answer the following statement true (T) or false (F)