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 a java string?
Explain the difference between map and flatmap stream operation?
Implementations of set interface?
v-model life cycle
What is use of arraylist in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
Which keyword specify that a variable is effectively final ?
Can we override constructors in java?
What happens when I use / and % with a negative numerator?
What is difference between an object and a class?
Which is dependent variable?
Why we go for collections in java?
What is string :: npos?
How does the garbage collector works in java?
How do I convert a string to an int in java?