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
What does string mean in java?
What is abstraction in java?
What is treeset and treemap in java?
What does java se mean?
What is the use of conditional statement?
What does += mean coding?
What is method overloading in java ?
What is the string function?
How is it possible for two string objects with identical values not to be equal under the == operator?
what is a green thread? : Java thread
What is slash r?
What is the symbol for space?
Can we define constructor in inner class?
What is meant by JVM? Is JVM platform independent or not?
What is class array in java?