define System.out.println(); what is the meaning!

Answer Posted / muffy

System: System refers to current java program.

out: out refers to output device. by default it is monitor.

println: to print the specific string onto output device in
next line

System: its the class
out: its the object of the class System
println():its the method which tells the compiler to print
a new line.

Is This Answer Correct ?    128 Yes 91 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is integers and example?

493


Why is string buffer better than string ?

600


Why declare Main() inside the class in java ?

606


What is a Null object?

892


when you will synchronize a piece of your code? : Java thread

529






What is final int?

533


Is null a string?

558


Explain about serializable interface in java?

586


What is the purpose of the system class in java?

556


What is binary tree in java?

536


What are memory tables?

612


What is 32 bit float?

563


What is the internal implementation of set in java?

508


Why generics are used in java?

552


What are different access specifiers in java?

567