explain System.out.println

Answer Posted / himanshu

"System.out.prinln()"
System is a class ,Which is declare final and this extends
the object class,we can not create the object of that class.
out is a static object of outputstream class.
public static final Outputstream out
println() is method of Printstream class

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node a data type in java?

576


How big is a gigabyte?

693


I want to print “hello” even before main is executed. How will you acheive that?

738


What is unicode used for?

662


What is boolean example?

599






Why pointers are not used in java?

675


What data type is true or false?

647


What is the purpose of using java.lang.class class?

586


Is empty in java?

648


What is bitwise complement?

573


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

663


How to sort double array in java?

643


I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com

1158


What is abstraction in java?

671


Is there any difference between synchronized methods and synchronized statements?

653