explain System.out.println
Answer Posted / praveen
System is a final class in java.lang package
out is a public static final refrence of PrintStram
in System
print() and println()are the methods in PrintStream
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is tree node in java?
What is java in layman terms?
Is java util list serializable?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is the difference between method overriding and overloading?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
What is meant by anonymous class?
What is the parse method in java?
What is meant by collection in java?
Can you change array size in java?
What is meant by null and void?
Explain the difference between collection api and stream api in java8?
What is meant by structural programming?
What is the difference between equals() and == in java?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?