explain System.out.println

Answer Posted / nithyapriya

System.out.println

System - is the predefined class that provide access to
the system.

out - is the output stream that is connected to the console.

println - built-in method, which accomplish output

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by object?

583


Variable of the boolean type is automatically initialized as?

594


Explain the difference between the public, private, final, protected, and default modifiers?

551


What is a double vs float?

538


How do you differentiate abstract class from interface?

532






I want to persist data of objects for later use. What is the best approach to do so?

595


how its run?

571


What is the purpose of interface?

583


Why runnable interface is used in java?

572


How to solve the problem of generating the unique hash keys with hash function?

1460


Is void a keyword in java?

598


How many types of string data types are there?

559


What is defined as false sharing in the context of multithreading?

507


Can final class have constructor?

503


What is the purpose of using the java bean?

572