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 the default size of arraylist in java?
How does a for loop work?
What does this () mean in constructor chaining concept?
What is the difference between static (class) method and instance method?
Explain restrictions for using anonymous inner classes?
What are the advantages and disadvantages of object cloning?
How can we run a java program without making any object?
Can you override a final method?
What is a singleton factory?
What is java basic concept?
What is core java used for?
What is final?
Which package is always imported by default?
What is stack example?
What does a method signature consist of?