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 singleton class in java and how can we make a class singleton?
What does int [] mean in java?
What is wrapper class example?
worst case complexities of Quick sort and Merge sort.
What is the difference between integer parseint and integer valueof?
What is output buffer?
What is a boolean output?
Define canvas?
What is null statement?
What is unicode datatype?
Explain creating threads by extending thread class ?
What is the string function?
What is indexof?
How do you create a null object?
What is difference between arraylist and list in java?