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
What is the function of log?
What is the difference between a factory and abstract factory pattern?
What do you understand by final value?
Can you achieve runtime polymorphism by data members?
How destructors are defined in java?
What are thread priorities and importance of thread priorities in java?
Why is java so important?
What is a Presistent Object?
I want to print “hello” even before main is executed. How will you acheive that?
What are the topics in core java?
Explain about the performance aspects of core java?
Is arraylist sorted in java?
What is hashing principle in java?
What is the difference between a checked and an unchecked exception?
How to handle a web browser resize operation?