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
What is meant by call by reference?
Why to use nested classes in java?
What is void keyword?
What does n mean?
Are arrays immutable in java?
when you will synchronize a piece of your code? : Java thread
Explain the difference between private, public, package and protected in java?
Is java a utf 8 string?
How many ways can we create singleton class?
What is meant by design patterns?
What is the difference between a constructor and a method?
Explain jdk, jre and jvm?
Can vector have duplicates in java?
What is difference between equal and == in java?
What is variable explain?