
Notizen:
Platform independence: JDKs for all important OS, like Linux, Windows, OS/2, PalmOS, MacOS and a lot fewer devices
Object Oriented: easy to extend. easyier to maintain and read
Serialization: Built - in Serialization (saving current state in byte stream)
Networking library
Security Mechanism (but better in Java2)
Reflection: Access to Methods and variables of a object without knowing it.
Execution Pointer: Stack not savable / restorable, problem when moving
Thread controlling difficulty, not suspend / destroy of a Thread, no information about resource usage (RAM, CPU)