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
Is ++ operator is thread safe in java?
What is meant by anonymous class?
Convert a BST into a DLL and DLL to BST in place.
What is the console in java?
Why are parameters used in functions?
What is the difference between an inner class and a sub-class?
Are private methods final?
What is pojo class in java?
Explain the concept of proper inheritance?
what do you mean by classloader in java?
Variable of the boolean type is automatically initialized as?
What is the basic concepts of OOPS?
What is the maximum size of arraylist in java?
How do you download stubs from Remote place?
What interface is extended by awt event listeners?