Question: Q3] Using A fixed Threadpools write a method in Java that draws N random numbers fror the rage of 1..M. static List randomList (int n,
Q3] Using A fixed Threadpools write a method in Java that draws N random numbers fror the rage of 1..M. static List randomList (int n, int m ) throws InterruptedException, ExecutionException \{ List result = new ArrayList tasks =new ArrayList(); ExecutorService mahPool = Executors newFixedThreadPool ( Runtime.getRuntime() .availableProcessors ()) ; for (int i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
