| Article: |
Rethinking the Java Curriculum: Goodbye, HelloWorld! | |
| Subject: | System.out.println | |
| Date: | 2003-12-26 23:20:47 | |
| From: | anonymous2 | |
|
Just wanted to note that System is not a package (notice the upper-case first letter), out is not a package, but a static field, and println is a method of the class java.io.PrintStream, which is the type of out.
|
||
Showing messages 1 through 1 of 1.
-
System.out.println
2003-12-26 23:21:44 anonymous2 [View]



Barak