System.out.println()的含义

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

out是PrintStream类的实例对象

println是PrintStream类中的方法

posted on 2017-06-06 01:03  volcan1  阅读(523)  评论(0编辑  收藏  举报

导航