define System.out.println(); what is the meaning!
Answer Posted / amit j bhavsar
in java system is predefine class that provides access to
the system.
in java out means,out is the output stream that is
connected to the console.
in java println is a one method which is print the statment.
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What are the difference between composition and inheritance in java?
What are the various access specifiers for java classes?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is protected in java?
Differentiate between run time error and syntax error.
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What does substring mean?
How are this() and super() used with constructors in java programming?
how to open and edit XML file in Weblogic???
How big is a boolean?
What is the mapping mechanism used by java to identify IDL language?
Explain thread life cycle in java?
Does java support Operator Overloading?
Difference between notify() method and notifyall() method in java?
What is data type in java?