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
Does java isempty check for null?
What is set in java?
What is a condition in java?
What exactly is a .class file?
What is parsing a sentence?
Can classes declared using the abstract keyword cab be instantiated?
what is the purpose of the runtime class?
What does compareto () do in java?
Is java util list serializable?
What is array length in java?
What is the difference between normal report & matrix report?
Can we make constructors static?
What is the use of toarray () in java?
What are the advantages of compiled language?
What is array class in java?