explain System.out.println
Answer Posted / sekhar v n
System is a predefined final class
out is a PrintStream object
and
println is a built-in overloaded method in the out object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What’s a deadlock?
What is flush buffer?
What is the loop in java?
State the merge-sort principle and its time complexity.
Can we serialize arraylist in java?
What is ide with example?
How to sort numbers in java without array?
Can we override singleton class?
Does java arraylist maintain insertion order?
How do you implement tree mirroring in java?
What is the use of static methods?
What is constructor in java ?
How do you add spaces in java?
How is java created?
What is singleton class and how can we make a class singleton?