Java Interview questions/November 3, 2014/ nandu In System.out.println(), what is System, out and println? System is a predefined final class, out is a PrintStream object and println is a built-in overloaded method in the out object.