View Single Post
Old 06-21-2007, 08:41 PM   #4 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: Java import statement

Quote:
In that case, calling Character.method, Character would be a class and not a type.
Technically, a class is a type, especially during runtime. To your credit, that terminology isn't used as frequently in the Java world.
jaeusm is offline