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 is locale?
Difference between Linked list and Queue?
What is java full form?
What does business logic mean?
What is string :: npos?
What is bubble sort in java?
What is canonical name in java?
How do you represent a space in regex java?
What is difference between call by value and call by reference?
What is the Scope of Static Variable?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is a classloader in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What is public static?
How are destructors defined in java?