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
Can you run java program without main method?
Can there be an abstract method without an abstract class?
What are the pillars of java?
Can constructor be synchronized?
Why arraylist is not synchronized in java example?
Define how does a try statement determine which catch clause should be used to handle an exception?
How many characters is 2 bytes?
What are the access modifiers in java?
What is autoboxing in java?
What is an immutable object?
What is the main difference between java platform and other platforms?
Explain where variables are created in memory?
Explain the difference between abstract classes and interfaces in java?
Explain what is Marker interface?
What are the advantages of passing this into a method instead of the current class object itself?