explain System.out.println
Answer Posted / chandan
system is a class
out ia an object of printwriter class
println is a method of printwriter class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you use nextline in java?
What is difference between core java and java ee?
What is an object’s lock and which object’s have locks?
What is space character in java?
What is the benefit of inner / nested classes ?
What is defined as false sharing in the context of multithreading?
What is a boolean flag in java?
List some features of the abstract class.
What initialize variables?
What is the latest version of java?
What is the exact difference in between Unicast and Multicast object?
Is java a security risk?
What is getkey () in java?
How to make a write-only class in java?
Can an object subclass another object?