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 a predicate method?

567


Where will it be used?

1510


What is a parameter in matrices?

544


What are the difference between string, string builder, and string buffer in java?

556


Is array a class in java?

505






Can we override the static methods?

572


Does importing a package imports its sub-packages as well in java?

554


Why java strings are immutable in nature?

594


What are the uses of java?

572


What is called module?

571


How many types of variables are there?

674


What do you mean by byte code?

519


What is port number in java?

593


What about features of local inner class?

621


What are reference variables in java?

598