Class 1 |
Intro to Java 30-IT-396 |
|
Why you chose this class sequence
-
You could have taken assembler.
-
Good: Less assembler skills out there. Will probably always
have work.
-
Bad: It's like the dinner rolls you took home from the restaurant last
month. It's old and hard
-
There's C or C++
-
Good: A more established language. Slightly more popular than Java.
-
Bad: Well, just look at Java's good.
-
Java
-
Good:
-
Automatic garbage collection.
-
No pointers. Arrays instead.
-
Assignment (=) vs. Equality (= =).
-
Multiple inheritance is not allowed. We'll get to this later.
-
Bad:
-
A newer language. Some lumps to be worked out.
-
A popular language. Maybe too popular.
What's the buzz?

Created by: Brandan Jones
December 4, 2001