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 consumer in java?
How can we create objects if we make the constructor private ?
What do you mean Abstraction in java?
Explain aggregation in java?
What is final, finally, finalize?
What's the difference between int and integer in java?
Can set contain duplicates?
What is boolean data type in java?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Why deletion in linkedlist is fast than arraylist?
When do we use synchronized methods in java?
How to pass arraylist to stored procedure in java?
Distinguish between a predicate and a function?
What is the synonym of string?
How do you bind variables?