Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

What will be the output of the following code?
import java.util.*;
public class Hello

{
public static void main(String arg[])
{
ArrayList<Integer> list= new ArrayList<Integer>();
list.add(10);
int total=list.get(0);
System.out.println(total);
}
}

 
Compile error
10
Run time error
Zero

Reply


Please type your answer before submitting.
Submit

Flow layout is a default layout... your answer is wrong its not border layout......