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
how to open and edit XML file in Weblogic???
What is java oops?
What is a Transient Object?
What is class variable java?
How does singleton class work?
Explain about anonymous inner classes in java?
What are the benefits of operations?
What is == in java?
Is hashset ordered?
What does it mean that a class or member is final?
What do you mean by platform independence? What is an interface?
What is lazy initialization in java?
What are generic methods?
How do you make a thread in java?
What are the differences between getting and load method?