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
Explain about version control?
How do I write a self declaration?
What is the type of lambda expression?
Are arrays dynamic in java?
Is java hard to learn?
What is prefix of a string?
What is the purpose of garbage collection in java? When is it used?
Can we override final method?
What is the difference between Array and Hash Table?
Can java inner class be static?
Explain working of call by reference function invoking.
How do you use wildcards?
What does java ide mean?
What is method with example?
Which api is provided by java for operations on set of objects?