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
What are constructors in java?
Explain about core java?
How to sort an unsorted array in java?
How do you check if two strings are equal in java?
What will happen to the exception object after exception handling?
What is static keyword in java?
What is meant by main method?
What is map in java?
Can you inherit from an abstract class java?
What are the different collection views provided by maps?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
Is this valid in java ? Can we instantiate interface in java?
What class of exceptions are generated by the java run-time system?
What is lastindexof in java?
How does compareto method work?