Java Aptitude Question:

public class Sookshmas
{
    public static void main(String...k)
    {
        ArrayList a2=new ArrayList();
        a2.add(10);
        a2.add(11);
        a2.add(3);
       
 // insert the code here 
       
        System.out.println(a2);
        
    }
}

Posted on by