explain System.out.println
Answer Posted / anand_pbc
System is a final class in java.lang package
out is "PrintStream" type of static field in System class
(The "standard" output stream)
println is a method in class PrintStream (this is class is
in java.io package)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between iterator and enumeration in java?
what is the final keyword denotes in java?
In which language java is written?
What is difference between classpath and path variables in java?
Can we declare an interface as final?
Is java owned by oracle?
What is the final blank variable?
Where are variables stored?
How to invoke external process in java.
Is void a wrapper class?
How can we create a synchronized collection from given collection?
What is the formula to calculate percentage?
What are disadvantages of java?
Why generics are used in java?
What is bean? Where it can be used?