when System.out.println("") is executed what happens in the
back ground?
Answer Posted / dsr
When ever System.out.println("") executing JVM doing like
that System is a class, out is object of PrintStream class,
println() is a method in PrintStream class.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Describe the term diamond problem.
Will set allow duplicates in java?
What is meant by method?
Can you use abstract and final both with a method?
How do you write a good declaration?
Does chrome use java?
What is mutable object and immutable object?
What are the different types of constructor?
What is the purpose of extern variable?
What is the difference in between cpp and java? Can u explain in detail?
Can a constructor be protected?
What is difference between synchronize and concurrent collection in java?
What are data structures in java?
What is ‘has a’’ relationship in java?
What is the symbol for line break?