High Performance
C++
- standard compliance
- Mature Compilers
- Aggressive In-lining
- Small object opt.
- Restrict Keyword
- Template programming
Java
- Compile as another language
- intrinsic concurrency
- threads ( how light? )
- RMI
Mixed model - message passing/RMI/threading