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 is the default modifier in Interface?

5 Answers  


Tell me are there implementations for sorting and searching in the java libarary?

0 Answers  


what is anonymous class in java?

0 Answers  


3) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)

3 Answers   RBS,


Can we call the constructor of a class more than once for an object?

0 Answers  






Can we assign null to double in java?

0 Answers  


What is the purpose of java?

0 Answers  


What is the purpose of premetive data types in java?

2 Answers   Merrill Lynch, TCS,


What is bean? Where it can be used?

0 Answers  


What are constructors in java?

0 Answers  


How can a gui component handle its own events in java programming?

0 Answers  


Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain

1 Answers  


Categories