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 the full form of jpeg?
Can we write method inside a method in java?
What is flag in python?
What is a parameter in a function?
What is the default value of the local variables?
Explain the difference between an Interface and an Abstract class?
What are internal and external variables?
How do you reverse a string in java?
How is treeset implemented in java?
Can we create object of inner class in java?
Why super is first line in java?
How to sort an array from smallest to largest java?
Why synchronization is important?
What is the main purpose of serialization in java?
Is string thread safe in java?