explain System.out.println()

Answer Posted / t.jaya govind sudhakar

in System.ou.println();
System is a predefined class in the java.lang package, and
out is a static field which reference to an object of type
Output stream and
println is the method of printstream class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do I need java for windows 10?

546


What is double word?

531


Is map ordered in java?

529


In java, how we can disallow serialization of variables?

550


Can a string be null?

538






What is an escape character in java?

528


What is int argc char * argv?

563


Is java a virus?

528


What environment variables are required to be set on a machine in order to run Java programs?

612


Can we overload run() method in java?

593


How will you calculate the depth of a binary tree if the tree contains 15 nodes?

596


what is singleton in java?

598


Are static members inherited to sub classes?

638


How to find the given number is a prime number or not by getting input from the user

546


Can I overload to string method

964