explain System.out.println
Answer Posted / arumugam.k
System - it is a Class. Its define java.lang Package.
out - it is a predefined stream variable.
println() - used to print the result on console output screen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why a dead thread occurs?
What is the static field modifier?
What are the supported platforms by java programming language?
What is concurrent hashmap and its features?
What is a double?
What is the difference between serial and throughput garbage collector?
What is xslt in java?
What is main difference between variable and constant?
Discuss about garbage collector in Java.
Can singleton class be inherited in java?
How do you override a method in java?
Is void a return type?
What is get () in java?
Can a static block throw exception?
What is the use of default method in interface in java? Explain