Our focus
Currently we are focusing on the Java programming language. There are several reasons for this:
- Most popular programming language in industry. See this article
- Multiplatform. Runs on any Java-enabled machine. Entry to Android
- Web friendly (applets). Easy to share. Designed to support network computing (C++ - for system programming)
- Better suited for distributed analysis environments
- Simple and well structured. Automatic memory management
- Robust, stable, backward compatible. Low support.
- Reflection technology (missing in C++)
- Powerful multithread support
- Advanced serialization, run-time checks
- Many free Java IDE to develop code
