PDA

View Full Version : In System.out.println(), what is System, out and println?


javaguru
22-12-2009, 08:25 PM
System is a predefined final class, out is a PrintStream object and println is a built-in overloaded method in the out object.