explain System.out.println()

Answer Posted / t.jaya govind sudhakar

in System.ou.println();
System is a predefined class in the java.lang package, and
out is a static field which reference to an object of type
Output stream and
println is the method of printstream class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is isa relationship?

645


Is vector synchronized in java?

645


What is the difference between import java.util.date and java .util?

679


What is thread safe in java?

628


Why is the singleton pattern considered to be an anti pattern?

563






Is upper case in java?

635


What do you mean by platform independence?

676


What is passing value java?

599


What is finalize() function in java?

636


Can you call one constructor from another if a class has multiple constructors?

682


Can a static class have a constructor java?

626


what is the difference between future and callable interface in java?

699


Define how can we find the actual size of an object on the heap?

768


Give me some null interfaces in java?

693


What is a class reference?

649