Header Ads

Header ADS

What is the meaning of "System.out.print()" in java

We use "System.out.print()" in java to print any statement or to see any output.
Lets see, what is the meaning of "System","out" and "print".


System is a class of java.lang package.
out is a static member of the System class and also a instance of java.io.PrintStream.
print is a method of PrintStream class.

No comments

Powered by Blogger.