explain System.out.println
Answer Posted / umrao s rawat
System is a class.
out is referring to PrintStream Class.
Println is the method of PrintStream Class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a source file contain more than one class declaration?
What one should take care of, while serializing the object?
If you are given the name of the function at run time how will you invoke the function?
What are the differences between Java 1.0 and Java 2.0?
Why parsing is done?
How can we make a class virtual?
Which is bigger double or float?
Difference between class#getinstance() and new operator ?
What is private public protected in java?
What is an class?
What are the escape sequences in java?
Can you instantiate the math class in Java?
What is static block?
What is the purpose of the main method?
How many types of keywords are there?