define System.out.println(); what is the meaning!
Answer Posted / ilankumaran
System is a class
out is a predefined streaming object of the System class
and println() is a method which is used to print the output
on the screen
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you join strings in java?
Difference between class#getinstance() and new operator ?
What is array and arraylist in java?
Can you override a final method?
What is java and why do we need it? Explain
What is the difference between compiler and jvm?
What are autoboxing and unboxing? When does it occur?
What isan abstract class and when do you use it?
What is the importance of finally block in exception handling?
How many decimal digits is 64 bit?
Why is singleton instance static?
What is the meaning of 3 dots in java?
What is locale in java?
What is a stringbuffer?
explain what is transient variable in java?