This video show a speed comparison of a small program that calculate prime numbers. The same program is implemented in C++, C# running on Mono, which is installed on Android and Java running on Dalvik-vm. C++ is 14 times faster than Java. C# is 8 times faster than Java.