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
How do you sort an array in java?
Difference between collection, collection and collections in java?
What are the Static and Dynamic Variables? Differentiate them.
What is a superclass?
Does treeset allow null in java?
What occurs when an object is constructed?
What is Garbage Collection in Java
Which class cannot be a subclass in java?
What is a lock or purpose of locks in java?
Why are there no global variables in java?
What 4 doubled?
What is meant by object oriented programming – oop?
What about static nested classes in java?
What is the difference between public, private, protected, and friend access?
Define canvas?