Answer Posted / manish
In system.out.println()
'System' is a class which is having reference variable 'out' of type printStream class, and PrintStream class having overlaodded methed 'println()' for different purposes..
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to perform binary search in java?
What is a “stateless” protocol ?
What is the difference between declaration and definition in java?
Wha is the output from system.out.println(“hello”+null); ?
What do you understand by garbage collection in Java? Can it be forced to run?
Why we used break and continue statement in java?
What is space character in java?
What is the generic function?
What is an array in java?
How do you do exponents in java?
What is lazy programming?
Why java is secure? Explain.
What is sortedset in java?
How large is a boolean?
Is c better than java?