|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
System is a predefined final class, out is a PrintStream object and println is a built-in overloaded method in the out object.
Create Date
:
Sunday, September 02, 2007
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
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
Create Date
:
Sunday, March 16, 2008
Click here
to improve the Interview Question, Answer and other fields.