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


Please Help Members By Posting Answers For Below Questions

What is difference between identifier and variable?

471


How does varargs work in java?

611


What methods are used to get and set the text label displayed by a button object?

554


Explain java coding standards for constants?

575


Which are the two subclasses under exception class?

528






When does an object becomes eligible for garbage collection in java?

577


What are the 2 types of java programs?

564


hr interview how many minutes asking question

1566


Why java is considered as platform independent?

591


What are the differences between heap and stack memory?

550


Is simpledateformat safe to use in the multithreaded program?

539


Write a method that will remove given character from the string?

573


Explain the transient field modifier?

564


What do you mean by constant time complexity?

600


What is protected in java?

525