Java tutorial with examples
“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.
No comments:
Post a Comment