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's a method in programming?
What is threaded programming and when is it used? : Java thread
Which sorting algorithm is best in java?
What are the differences between this and super keyword?
How hashset works internally in java?
What is the difference between hashset and treeset in java?
What is a ternary operator in java? What is an interface?
What is a java object and java application?
What is a short in java?
What is an immutable class? How to create an immutable class?
What is a values collection view ?
Is main a keyword in java?
What is string length in java?
How do you define a singleton class?
What is the meaning of variables in research?