Font size:
Print
Question:

What is the output of this code?

ArrayList<String>list=new

ArrayList<String>();

list.add("A");

list.add("B");

list.add("C");

System.out.printIn(list.get(1));


1. C
2. B
3. A
4. ABC
Prev Question Capability Maturity Model is mean for
Next Question The method that can retrieve any of the basic S...