✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which statement is true about the code snippet below?
ArrayList<String> names = new ArrayList<String>();
names.add("John");
names.add("Jerry");
ArrayList<String> friends = new ArrayList<String>(names);
friends.add("Harry");
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!