Tuesday, March 8, 2011

Import Statements

When writing a program, there are certain classes that need a package to be imported. An example of an import statement is: import java.io.* . These import statements must be at the very top of the program and also written in alphabetical order. Today, I continued working on the Enhanced Calculator Class. I am on the verge of finishing.

No comments:

Post a Comment