Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following operations is correct if List<String> l1 = new ArrayList<String>?
l1.add(new ArrayList());
l1.add(Integer.valueOf(100));
l1.add("AEIOU");
l1.add(new java.util.Date());
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!