explain System.out.println
Answer Posted / minnu
System is a class. out is an object of class PrintStream and
is static and in class System. println() is a methode in
class PrintStream, which can be called by using object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How dead lock situation occurs in java and how you can identify it?
What do you mean by inner class in java?
What is meant by 'bit masking' in java?
What is the difference between iterator and list iterator?
What is the use of a conditional inclusion statement in Java ?
Why we override equals() method?
What are the types of collections in java?
What is formatted output in java?
How to call one constructor from the other constructor ?
how to run ecllipse with jettyserver for windows environment using batch file
What is meant by object oriented programming – oop?
Is singleton thread safe in java?
What does || || mean in math?
What is a class instance variable?
What is an immutable class?