![]() |
Lesson Plan |
| IMOS Home | Student Center | TallTech Home |
April 4, 2000Details
Reading / References
|
Using DOS
Installing the compiler
Installing student files
Creating your first Java program
Compiling your Java program
Variables
Discussion of programming languages, compilers, C++, Java, scripting
Installing the compiler
Installing student files
Setting up your environment (path)
Classpath (SET CLASSPATH=.)
Using DOS
Running programs / commands
CD / MD
COPY / MOVE
Creating a hello world program
Class / File structure, naming
Reserved words (pg 8)
Compiling the program
Running the program
Class names (pg 9)
Comments (pg 14)
Primative types (pg 25)
Declaring variables
Integer types (pg 27)
print / println
arithmetic statements (pg 30)
boolean (pg 33)
floating point (pg 34 - 35)
numeric type conversion (pg 35 - 36)
char data type (pg 37)