explain System.out.println
Answer Posted / gaurav
Here println() is a non static function belonging to object
'out', 'out' is the object of PrintStream class define as
static variable of class 'System'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why array is used in java?
What is the purpose of stub and skeleton?
Why there is no call by reference in java?
What is wrapper class example?
Is main a function?
How many types of voids are there?
What is visibility mode?
How do you sort a list in java?
What is the use of arraylist class in java?
In which order the iterator iterates over collection?
Can you instantiate the math class?
Why java doesn’t support multiple inheritances?
How many characters is 16 bytes?
Is namespace same as package in java?
What are 5 boolean operators?