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 ternary operator in java?
What is ordered map in java?
What is flush () in java?
If a class is declared without any access modifiers, where can the class be accessed?
What is the advantage of preparedstatement over statement?
What is an immutable class? How to create an immutable class?
Does java vector allow null?
What is instanceof keyword?
What is the scope or life time of instance variables?
Tell some latest versions in JAVA related areas?
Which class is the superclass for all the classes?
How does split work in java?
Explain all java features with real time examples
What do you mean by an object in java?
Give me some null interfaces in java?