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 ellipsis in java?

574


Explain inner classes ?

646


What is private static class in java?

510


Can we increase size of array?

565


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

705






What is the main purpose of serialization in java?

525


What do you understand by abstract classes?

597


List some java keywords sun like c, c + + keywords?

585


What do you understand by private, protected and public?

520


What do you mean by flow of struts?

741


How to implement an arraylist in java?

505


What is the use of using enum to declare a constant?

555


What is a line break example?

576


What are the various access specifiers for java classes?

543


How can the checkbox class be used to create a radio button?

505