out is a static member of the System class being an instance of PrintStream and if out were a class it would have been named with a capital letter as per the naming convention. The println is a normal overloaded method of PrintStream class.
System is a class in java.lang package.
Want to learn Java? Check out this Java certification from Intellipaat