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

What is a parent class in java?

542


Explain the significance of class loaders in bootstrap?

499


What is the hashcode () and equals () used for?

531


How to create a fecelet view?

555


What is the difference between static binding and dynamic binding?

567






What is an interface in java?

563


What is high level language in computer?

539


What is use of static method?

533


What is return keyword in java?

559


Is null false in java?

704


Explain the overview of UDP messaging.

731


How do you do absolute value in java?

523


What do you mean by buffering?

550


Which is better list or arraylist in java?

495


What is the final blank variable?

587