Question: What is wrong with the following code? List I = new ArrayList(); List 12 = new ArrayList(); I.add(Hello); l.add(World); Collections.copy(12, 1); O 12 is not

What is wrong with the following code? List I = new ArrayList(); List 12 = new ArrayList(); I.add("Hello"); l.add("World"); Collections.copy(12, 1); O 12 is not the same size as I o 12 holds strings and 11 holds ints O There is nothing wrong with this code O lis a List and 12 is an ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
