Question: Java Exercise In this assignment, you are to create a generic method called shuffleList(). The method is to take a parameter that can be an
Java Exercise

In this assignment, you are to create a generic method called shuffleList(). The method is to take a parameter that can be an instance of any class implementing the List interface, and returns a new list where the entries of the original list have been randomly shuffled. The input list can be a list of any reference type. Sample Run List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
