explain System.out.println
Answer Posted / vishwajeet
SYSTEM is an class.
OUT is an object PrintStream class defined in System class.
OUT is declared as public, static and final.
Println() is a method of PrintStream class.
The println() method is called with out object.
The out object is called with System class.
To say simple, println() is a method of PrintStream class.
out is an object of PrintStream class defined in System class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the differences between Java 1.0 and Java 2.0?
What is the difference between dom and sax parser in java?
Why charat is used in java?
What is difference between static class and singleton pattern?
How can we create a thread in java?
What about features of local inner class?
What is sorting algorithm in java?
What is a static class in java?
What is the program development process?
What do you mean by access modifier?
What is called module?
What are examples of modifiers?
Write an algorithm for quick sort?
What is io stream in java?
What is a numeric string?