explain System.out.println
Answer Posted / uday
'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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is default locale java?
Why volatile is used in java?
Why synchronization is important?
Tell me are there implementations for sorting and searching in the java libarary?
Explain scope or life time of local variables in java?
What is use of static method?
How would you use Bubble Sort to sort the number of elements?
What are the loops in java?
Why can we not override static method?
What do you mean Abstraction in java?
How do you remove duplicates from an array in java?
What is the SimpleTimeZone class?
What are serialization and deserialization?
What are the restrictions imposed on method overriding?
What is deserialization?