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
List the three steps for creating an object for a class?
What is a modifier?
Explain runtime exceptions?
Who is founder of java?
Is age a discrete variable?
What is an error in java?
What is difference between public static and void?
What do you understand by the term string pool?
What are the disadvantages of using inner classes?
which class is the wait() method defined in? : Java thread
What is the memory leak in java?
What is scope of a variable?
What are the 7 types of characters?
Give me some null interfaces in java?
What is a return in java?