explain System.out.println
Answer Posted / chhote lal prasad gupta
System:-It is the final class and its constructor is
private.so we can not create new object of System.
out. it is the static member of the System class of type
java.io.PrintStrem.
println:-it is the overload function of PrintStream.
| Is This Answer Correct ? | 75 Yes | 44 No |
Post New Answer View All Answers
What comes to mind when someone mentions a shallow copy in java?
How many days will it take to learn java?
What is string intern in java?
Give few examples of final classes defined in Java API?
What is the right data type to represent a price in java?
Is int primitive data type?
Differentiate between a class and an object.
How many bytes is string in java?
Explain throw keyword in java?
Can we override private method in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Explain naming conventions for packages?
What does i ++ mean in Java?
What is the difference between the direct buffer and non-direct buffer in java?
What is sorting algorithm in java?