define System.out.println(); what is the meaning!
Answer Posted / alok
System is a class defined in java.lang package(public final
class System extends Object) that provides useful methods
and class fields(out,in,err)for input and output.
out is print stream object.it is static, so can be called
by its class name(System.out)
println() is a print stream method that is already
overloaded for each and every thing.it directs the output
to console
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the different types of methodologies?
What are the two parts of a conditional statement?
What is the difference between post and put?
What is return in java?
Which language is java?
List the three steps for creating an object for a class?
What is the history of java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Should a main method be compulsorily declared in all java classes?
Explain the difference between the public, private, final, protected, and default modifiers?
What is java in simple terms?
Where import statement is used in a java program?
What is lambda programming?
enlist some features of jdk.
What are three ways in which a thread can enter the waiting state in java programming?