System.out.println()是一个字段的方法?

ajs*_*sie 3 java

如果out是System类的字段.你怎么能在字段中使用println()方法?这个println()方法来自哪里,我无法在System类中找到它.

Axe*_*ing 8

System.outPrintStream该类的公共实例:

http://java.sun.com/j2se/1.4.2/docs/api/java/io/PrintStream.html