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
How will you call an Applet using Java Script Function?
Is string is a data type in java?
What do you mean by constructor?
What is data type in java?
What is java regex?
What is the differences between heap and stack memory in java? Explain
What is parsing and its types?
List some important characteristics on jre
Can a class with private constructor be extended?
Explain serialization and deserialization in java?
Is empty list java?
What are different types of encoding?
What does business logic mean?
Is it possible to write a regular expression to check if string is a number?
What are keyboard events?