CS 1301 – Ch 6, Handout 1 - Valdosta State University

a. Collections.shuffle(list) returns a new list while the original list is not changed. b. Collections.reverse(list) returns a new list while the original list is not changed. c. Collections.sort(list) returns a new list while the original list is not changed. d. Collections.nCopies(int, Object) returns a new list that consists of n copies of ... ................
................