explain System.out.println
Answer Posted / shyam
It is quite simple to understand the question but to answer it we need to dig deeper in to java native code.
System is static class and cannot be instantiated
out is a reference variable defined in System
println() is the method used to print on standard output.
A <a href = "http://www.javastudychannel.com/forum/2114-What-out-System.out.println-Java.aspx">brief and nice explanation</a> is always welcome on this as we can learn much from this single line of statement itself!!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write code of any action class?
What is abstract class constructor called?
What is a numeric digit?
What are the special characters?
What is variable explain?
What does it mean to flush a file?
Why do we need wrapper classes?
Explain different types of wrapper classes in java?
What is the full name of java?
How do you define a set in java?
What is the statements?
What is the difference between notify and notifyall method?
When do you get classcastexception?
What's a method in programming?
what is the purpose of the runtime class?