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
Are arrays passed by reference in java?
What’s the difference between the methods sleep() and wait()?
What are the files generated after using IDL to java compiler?
Does hashset allow duplicates in java?
How many types of constructors are used in java?
How do you do absolute value in java?
How do you check if a number is a perfect square?
Explain yield() method in thread class ?
Explain the pointers in Java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is the difference between Error, defect,fault, failure and mistake?
What is included in core java?
Can anonymous class have constructor?
Which variables are stored in stack?
Does java list allow null?