explain System.out.println
Answer Posted / sekhar v n
System is a predefined final class
out is a PrintStream object
and
println is a built-in overloaded method in the out object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is java basic concept?
Difference between current previous versions of Java?
Explain JMS in detail.
how to deploy apache tomcat server to weblogic server in java
Can we have multiple classes in a single file?
What is string english?
Can we override static methods in java?
Which collection allows duplicate values in java?
What is difference between string and stringbuffer?
What an i/o filter?
What is variable and constant explain with example?
Why are parameters used in functions?
I want to persist data of objects for later use. What is the best approach to do so?
Define how can we find the actual size of an object on the heap?
Why is whitespace important?