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
How do you find the independent variable?
why are there separate wait and sleep methods? : Java thread
What is the destroy method?
What is the use of list in java?
Explain the meaning of java applet.
How do I run java on windows?
Which variables are stored in heap?
Can you explain the final method modifier?
What is not thread safe?
What is the association?
How is hashset defined in java?
What is the simpletimezone class in java programming?
Define jre i.e. Java runtime environment?
What do you mean by light weight and heavy weight components?
What are keywords and reserved words in java?