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 is sorting in java?
What is difference between adapter class and listener?
What is * argv?
How do you create immutable object in java?
How do I print a “?
What is runtime locatable code?
What are the java ide's? Explain
What if constructor is protected in java?
When can an object reference be cast to an interface reference in java programming?
Can finally block be used without a catch?
Can we synchronize static methods in java?
What is difference between overloading and overriding in java?
Explain the significance of class loaders in bootstrap?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is private public protected in java?