explain System.out.println()
Answers were Sorted based on User's Feedback
Answer / edward sudhaharchennai
out is d object of PrintStream class which is available in
System class. println is a static method . its work is to
print the information provided into the console...
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / navneet raushan
Static is a final class , out is the output stream and
println is the method of PrintWriter class.
| Is This Answer Correct ? | 0 Yes | 12 No |
How do you override a method?
What is string immutability?
what is the difference b/w design pattern and architecture
how we can make a write-only class in java?
Explain about the main() method in java?
Why runnable interface is used in java?
What is numeric data type?
What is object in java?
How big is a boolean?
What is an exception in java?
What is singletonlist in java?
Whats the difference between notify() and notifyall()?