explain System.out.println
Answer Posted / ashwani
system has a final class which can never instantiated by
other class. it has a private constructor has private or
private constructor never call, it call by jvm.
out: out is field type of static printer writer.
println: has a method of printsteam .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is instanceof operator used in java?
Explain some best practices you would apply while using collection in java?
What is constructor chaining and how is it achieved in java?
Explain the use of sublass in a java program?
Is an array a vector?
How do you classify Dialog Box?
Explain about instanceof operator in java?
What is the multi-catch block in java?
Why are global variables used?
Is arraylist dynamic in java?
What is mvc in java?
What is the final class modifier?
What do you mean by stack?
What is a ?
Can we declare main () method as non static?