explain System.out.println
Answer Posted / ramu.gadde
System is the class name which is Available in
java.lang.System class
out is a static variable which is also available in
java.lang.System class
println is the method which is available in
java.io.PrintStream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we override compareto method?
Do extraneous variables affect validity?
How transient variable is different from volatile variable?
Can you write a java class that could be used both as an applet as well as an application?
What is split return?
Why map is used in java?
What is your platform’s default character encoding?
why Interface used?
Can you create an object of an abstract class?
What is the synchronized method modifier?
What is the difference between equals() and?
What does the “static” keyword mean?
What package is math in java?
Explain JMS in detail.
Difference between class#getinstance() and new operator ?