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

Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

522


Explain listiterator and methods in listiterator?

549


What are the main concepts of oops in java?

593


Can a private method be declared as static?

580


Why does java not allow multiple public classes in a java file ?

3446






What are the advantages of java inner classes?

561


What is the disadvantage of java?

506


What is singleton class in ruby?

564


What is the exact difference in between unicast and multicast object? Where we will use?

558


What is the primitive type short?

579


How to convert string to char and vice versa?

515


Add a value x to array from index l to r where 0 <= l <= r <= n-1

633


What an i/o filter in java programming?

608


What is the use of predicate in java 8?

493


What sorting algorithm does javascript use?

529