Answer Posted / 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 |
Post New Answer View All Answers
What is meant by the value of a variable?
Is java an ide?
What is difference between final and finally in java?
What are methods in java?
Can private members of a base class are inheritable justify?
Does java runtime require a license?
List the three steps for creating an object for a class?
What does flag mean in java?
What is string variable?
When will you define a method as static?
What does this () mean in java?
How do I run java on windows?
Why do we use string?
Why charat is used in java?
What is the do while loop syntax?