explain System.out.println
Answer Posted / atanu
System: Predefined Final class
out: Printstream object
System.out: standard output stream
println: built-in method which is overloaded
System.out.printline(): print a string in a new line
| Is This Answer Correct ? | 9 Yes | 23 No |
Post New Answer View All Answers
What is difference between fileinputstream and filereader in java?
Why is java called java?
What are keywords in programming?
What is class and its types?
What is stack example?
Where are local variables stored?
Can we overload the constructors?
Explain the difference between private, public, package and protected in java?
What does it mean that a class or member is final?
What is final variable?
Which method cannot be overridden in java?
What is java lang object?
Can we sort hashset in java?
What state is a thread in when it is executing?
How do you detect memory leaks?