Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


system.out.println(1 + 3);

Answers were Sorted based on User's Feedback



system.out.println(1 + 3);..

Answer / sankar

4

Is This Answer Correct ?    24 Yes 11 No

system.out.println(1 + 3);..

Answer / white

hey everybody! i am newbie to java.

but with "system.out.println(1 + 3);" hte answer is
"package system does not exist; || system.out.println(1+3);"
becoz java is case sensitive for that matter. the answer
would be 4 if the syntax started with a capital 'S'.

cheers

Is This Answer Correct ?    11 Yes 0 No

system.out.println(1 + 3);..

Answer / ravi

Here is Compile time error that is system package not exist

Is This Answer Correct ?    16 Yes 7 No

system.out.println(1 + 3);..

Answer / manoj naidu

4

Is This Answer Correct ?    9 Yes 1 No

system.out.println(1 + 3);..

Answer / shashank

the answer will be 4

i m new at java .
but i compiled it successfully and got 4 as the answer.
thats why i am posting it.

***plz consider System.out.println**** 'S' capital

Is This Answer Correct ?    4 Yes 0 No

system.out.println(1 + 3);..

Answer / sreedhar

System is class ,println method is streem class,out is
static variable of system class,that staic variable calling
class name.thats why write the System.out.println();

Is This Answer Correct ?    0 Yes 0 No

system.out.println(1 + 3);..

Answer / g.deepa

In this statment,"system" is initial letter is in captial
(S)and with in the double quotes of numbers or letters only
printing on the screen like "1+3".
so it make a complie time error

Is This Answer Correct ?    1 Yes 2 No

system.out.println(1 + 3);..

Answer / sushma

Gives Compile time error saying that "system cannot be
resolved"

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Core Java Interview Questions

What for read() function?

3 Answers  


What releases of Java technology are currently available? What do they contain?

1 Answers  


What is difference between equals and hashcode method?

0 Answers  


How can u increase the heap size in the memory?

0 Answers   Infosys,


Difference between canvas class & graphics class?

1 Answers  


in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?

10 Answers   ITC Infotech,


What are exceptions

0 Answers   Futures First,


when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service

4 Answers   Accenture,


Given: 10. interface A { void x(); } 11. class B implements A { public void x() { } public voidy() { } } 12. class C extends B { public void x() {} } And: 20. java.util.List list = new java.util.ArrayList(); 21. list.add(new B()); 22. list.add(new C()); 23. for (A a:list) { 24. a.x(); 25. a.y();; 26. } What is the result? 1 Compilation fails because of an error in line 25. 2 The code runs with no output. 3 An exception is thrown at runtime. 4 Compilation fails because of an error in line 20.

3 Answers  


How arrays are stored in memory in java?

0 Answers  


What are benefits of java?

0 Answers  


If you are given the name of the function at run time how will you invoke the function?

0 Answers   Adobe, Yahoo,


Categories