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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!