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
List implementations of list interface?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Explain the importance of join() method in thread class?
What do you know about the garbage collector in java?
Is java an ide?
What does function identity () do?
What is map in java?
What sorting algorithm does javascript use?
Why hashset is used in java?
What is default size of arraylist in java?
What is the most important feature of java? What is an interface?
Differentiate between == and equals().
Can we have 2 main methods in java class?
Why a dead thread occurs?
What is a line separator in java?