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
What is core java used for?
What is the most important feature of java? What is an interface?
In Java list the methods that can be overridden?
What is constructor in java ?
Which collection is thread safe in java?
When can you say a graph to be a tree?
What is class array in java?
Why stringbuilder is not thread safe in java?
What are the principle concepts of oops?
Is main is a keyword?
What is regex java?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What is difference between ++ I and I ++ in java?
What is the mapping mechanism used by java to identify IDL language?
What is java basic concept?