What is System.out.println() in java






System is a predefined final class, 
out is a PrintStream object and  
println is a built-in overloaded method in the out object.

No comments:

Post a Comment

AUTHOR