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
How to check if a list is sorted in java?
what is a thread pool in java and why is it used?
What is difference between hashset and hashmap?
Explain working of call by reference function invoking.
How we can generate random numbers in java?
What is a copy constructor in java?
How is treeset implemented in java?
What is finally in Java?
What is local declaration?
What is the definition of tree ?
What do you mean by exception handling in Java?
What is meant by polymorphism?
What happens when main () method is declared as private?
What do you understand by looping in java? Explain the different types of loops.
define the terminology association.