View Single Post
Old 03-15-2004, 01:05 AM   #2 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
just a note about the java tutorial

its wrong ...

the .println() method refered to in:

System.out.println() is, infact, NOT static,
its the field ("out") that is static. its only
because the FIELD is static that it can be called
in this fashion.
__________________
direct entry file specification.
npa is offline   Reply With Quote