muffy


{ City } vv nagar
< Country > india
* Profession * software engineer
User No # 22665
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 128
Users Marked my Answers as Wrong # 91
Questions / { muffy }
Questions Answers Category Views Company eMail




Answers / { muffy }

Question { Accenture, 35771 }

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


Answer

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