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
Are arrays classes in java?
What will happen when using pass by reference in java?
What is the difference between private & public & friendly classes?
Is main an identifier?
What is difference between core java and java ee?
what is object slice?
What is static keyword in java?
What is oops in java?
Who found java?
What is Java Annotations?
Can extern variables be initialized?
What is the inheritance?
What is difference between length and length() method in java ?
What is JVM and is it platform independent?
What is number data type?