explain System.out.println()

Answer Posted / ranabir chakraborty

System is a predefined final class.
out is a object of print stream class. and
println is a method.

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is integer size in java?

712


Can sleep() method causes another thread to sleep?

784


Explain about java sdk?

806


What is set and get methods in java?

742


what are different ways in which a thread can enter the waiting state? : Java thread

712


Difference between predicate, supplier and consumer ?

810


Does importing a package imports its sub-packages as well in java?

752


Discuss different types of errors that generally occur while programming.

791


What is the default access specifier for variables and methods of a class?

845


Tell me how many ways are there to initialise an integer with a constant.

870


explain multi-threading in java?

789


When object is created and destroyed?

834


What is a methodologist?

769


Can we make constructors static?

953


how to create daemon thread in java?

828