explain System.out.println

Answer Posted / prateek

System is a class
out is a static member in system class, which(out) is
already an object of PrintStream class
and finally
Println() is a method defined in PrintStream class...

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a prefix function.write down a code to compute prefix function.

534


What does .equals do in java?

524


Can we sort a map in java?

572


What is the difference between length and length () in java?

523


What do you mean by thread safe?

535






State two differences between C and Java.

689


Where is singleton pattern used?

520


What are the supported platforms by java programming language?

561


How do I get 64 bit java?

518


Explain the polymorphism principle?

575


how can i use a nonsynchronized hashtable?

2097


Can a method inside a interface be declared as final?

520


How do you create a sop?

524


What is the association?

543


Why you should not use singleton?

536