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


Please Help Members By Posting Answers For Below Questions

Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?

670


What is empty string literal in java?

555


Can singleton class be inherited in java?

511


How listener identify that the event came from a particular object?

1461


How do you download stubs from Remote place?

1350






How many bits is a string?

519


What is the largest long allowed by java?

530


Will the jvm load the package twice at runtime?

566


How do you convert an int to a string in java?

533


What is a char in java?

526


What is meant by design patterns?

575


What is the importance of static variable?

580


What are the files generated after using IDL to java compiler?

580


Explain the public class modifier?

494


What do you mean by JVM?

583