explain System.out.println
Answer Posted / manoj
1. System: It is a class present in java.lang package.
2.out:It is a static field present in system class ,as it is
a static field thats why it can access with class name.which
returns a printstream object.
3.Println: It is method in PrintStrean class which is print
a line and also create a new line.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 6 mandatory procedures for iso 9001?
What is bool mean?
How does hashset works in java?
How java enabled high performance?
Is array an object in java?
What is an example of a constant variable?
can used Protected Class outside Function.?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What does 3 dots mean in java?
What is executor memory?
Explain about the performance aspects of core java?
What are measurable parameters?
Which sorting algorithm is best in java?
How do you declare a destructor in java?
What is console based application in java?