explain System.out.println
Answer Posted / naresh
system: is a class name
out: is a static variable in system class.when we call out
a printstream object will be created internally.
println(): method of printstream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to invoke external process in java.
Can we override constructors?
What is the difference between inheritance and encapsulation?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
Can we create a class inside a class in java?
How finally used under exception handling?
What is advantage of java?
Explain try and catch keywords in java?
Is string serializable in java?
What are the loops in java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
In how many ways we can do synchronization in java?
Why a dead thread occurs?
What is java and their uses?