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 java in detail?

562


What is instance example?

524


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

599


Define Multiprogramming and Multiprocessing in java.

581


What is connection class in java?

508






What is final keyword in java?

554


What is an array in java?

640


What is stringbuffer in java?

541


What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

599


How are observer and observable used in java programming?

543


Why volatile is used in java?

532


how we can create packages in java?

520


What is the use of string and stringbuffer?

553


What is sortedmap interface?

556


How do you do absolute value in java?

523