explain System.out.println
Answer Posted / nilesh
There is a class called System.
It has a static member attribute called "out", which is of
type PrintStream.
PrintStream provides a method called "println", which is
what you're calling.
| Is This Answer Correct ? | 69 Yes | 41 No |
Post New Answer View All Answers
What is difference between equals and hashcode method?
What are different types of classloaders?
What is command line argument
What do you mean by ternary operator in java?
What is java used for on a computer?
What modifiers are allowed for methods in an interface?
What is byte code and why is it important to java’s use for internet programming?
What are the differences between processes and threads?
What mechanism does java use for memory management?
What is java string pool?
Can we define package statement after import statement in java?
What is lifetime variable?
What is jee6?
which class is the wait() method defined in? : Java thread
What is string length in java?