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
Differentiate storage classes on the basis of their scope?
What is a war file?
Difference between arraylist and hashset in java?
What is the statements?
How do you reverse sort a list in java?
What is the purpose of main function in java?
Can we use String with switch case?
What is the size of a string in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is OOP Language?
Can we override protected method in java?
What is the list interface in java programming?
What is string and its types?
What is n in java?
What are user defined exceptions?