system是java.lang包中定义的一个内置类,在该类中定义了一个静态对象out

out是PrintStream类的实例对象

println是PrintStream类中的方法

相关文章: