explain System.out.println
Answer Posted / parth brahmbhatt
System is java class in java.lang package.
Out is static object of printstream class in java.io package.
println is the method of printstream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you compare objects in java?
Can we restart a thread already started in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is the difference between variable declaration and variable initialization?
What is codebase?
Explain the selection sort algorithm?
What is treeset and treemap in java?
Explain the protected field modifier?
What is the independent variable in an experiment?
Why main function is static?
How does hashset work in java?
Can we override constructor in java?
Can we sort set in java?
What is java in layman terms?
What is nan in java?