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 a void in java?
What is the difference between super class & sub class?
Explain the usage of this with constructors?
Why is singleton class used?
How does arraylist work in java?
Is void a data type in java?
What are the advantages of java?
whatis Home interface and Remoteinterface? with example?
What is a package in java? List down various advantages of packages.
What is the access scope of protected access specifier?
Write a java program to count the number of words present in a string?
Explain the difference between extends thread vs implements runnable in java?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What does 3 dots mean in java?
What is files manifesting?