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
What is variable and its types?
What is the purpose of assert keyword used in jdk1.4.x?
how to run ecllipse with jettyserver for windows environment using batch file
What do you understand by garbage collection in Java? Can it be forced to run?
Is void a data type in java?
What does business logic mean?
Why arraylist is used in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Write java program to reverse string without using api?
Is space a char?
Can you give few examples of final classes defined in java api?
What is the purpose of encapsulation?
What is an example of a keyword?
How do you square a number?
Can string be considered as a keyword?