Showing posts with label Print. Show all posts
Showing posts with label Print. Show all posts

Friday, November 19, 2010

What is System.out.println()

“System.out.print” gives standard output. System is a final class and constructor itself private and all method is static. Out is a final static PrintStream object. Print is PrintStream object method.