explain System.out.println
Answer Posted / deepa george
System: it is a predefined class that provides access to the system.
out: it is the output stream that is connected to the console.
println(): it is a built-in method that displays the string which is passed to it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where is singleton pattern used?
What is the benefit of lambda expressions?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Can you write a java class that could be used both as an applet as well as an application?
What is the difference between call by reference and call by pointer?
What is arrays aslist in java?
Do I need java for windows 10?
Why do we use variables?
Can we sort set in java?
What is stream api in java8?
What is a file pointer?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
Who found java?
How do you override a method in java?
How do you square a number?