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 for loop in java?
What is return used for in java?
What is difference between iterator access and index access?
What is primitive data type in java?
Difference between overriding and overloading in java?
Does hashset allow duplicates in java?
What is the difference between choice and list?
Why can't we use static class instead of singleton?
Which api is provided by java for operations on set of objects?
Can a class be private in java?
what is heap memory?
how to write a program for sending mails between client and server
Can we overload the constructors?
Write a program in java to create a doubly linked list containing n nodes.
What is javac_g?