explain System.out.println()

Answer Posted / debargha

System is a predefined final class;
out is a PrintStream object
and println is a built-in overloaded method in the out object.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lexicographically smallest string?

844


What is the default execution method in java?

883


What is bifunction in java?

913


What are different types of states exist for a thread?

811


What is static and final keyword in java?

791


What is the purpose of tostring() method in java?

817


Define an applet in java?

858


What is an iterator interface in java programming?

749


Is java call by value?

837


What is a stack class in java ?

876


What is keyset in java?

863


How do you define a parameter?

817


What is default switch case? Give example.

800


What is meant by method?

819


How do you read a char in java?

729