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
Why synchronization is important?
Difference between arraylist and vector.
What is boolean used for?
What is the history of java?
What is string english?
What are the restrictions imposed by a Security Manager on Applets?.
What is the difference between stream and buffer?
What is overloading and overriding in java?
How do you implement polymorphism in our day to day life?
How do you use wildcards?
Difference between abstract and concrete class ?
What is use of static method?
What is not object oriented programming?
What is a bubble sort in java?
How many types of exception can occur in a java program?