✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
ArrayList<String> list = new ArrayList<String>();
list.add("A");
list.add("B");
list.add("C");
System.out.println(list.get(1));
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!