Technology II
Java is good because it is secure,
and a program written in pure Java is easy to debug, has a
well-defined semantics, and
It runs really fast on someone else's machine, so we hear.
Java does automatic storage allocation, but that's ok because times are different now...although garbage collection was funny in lisp, GC in Java
It runs really fast on someone else's machine,
Java is really truly machine independent, provided all incorrect implementations are erased and the correct JVM downloaded.
Then everyone's Java will compute the same thing, so we hear...