explain System.out.println
Answer Posted / santhosh
System : It is a BuiltIn class
Out : it refers to the output device
println : It is a method of System class , a method which
helps in printing the contents in the paranthesis to the
output(console) device generally monitor.
| Is This Answer Correct ? | 13 Yes | 45 No |
Post New Answer View All Answers
What is byte value?
Explain access specifiers?
Java is pass by value or pass by reference? Explain
What variables are stored in stack?
What are the features of junit?
What are the various access specifiers in java?
What is java literals?
What is parsing a sentence?
Is there a jre for java 11?
Can constructor be synchronized?
Why are the destructors for base class and derived class called in reverse order when the program exits
How do you remove all elements from an arraylist in java?
What is object english?
List out benefits of object oriented programming language?
What is difference between checked and unchecked exception in java?