explain System.out.println
Answer Posted / jacob.p.george
'system' is a public class which is final which can never
be extended..It itself extends object.
'out' is the static object of the class PrintStream.
'println()' is the method of printStream class..
since 'out' is a static object it can be called by using
the class name'system'
so 'Sstem.out.println()'
| Is This Answer Correct ? | 362 Yes | 45 No |
Post New Answer View All Answers
What is a flag value?
Does treeset use compareto?
Why do we declare a class static?
Differentiate between a class and an object.
Is 0 an irrational number?
What is difference between an object and a class?
Where is stringbuffer stored?
Is array primitive data type in java?
what is thread? : Java thread
What is the primitive type short?
Can we write multiple catch blocks under single try block?
What is null object in java?
What do you mean by append?
How do you avoid global variables?
What is difference between next () and nextline () in java?