Dies ist eine alte Version des Dokuments!


Do's and Don'ts

Java is a very powerful programming language and offers a large and complex library. Only a small subset of the standard library is supported on the target to keep a small memory footprint and maintain a high performance.

Don't use longs

The type long consists of 8 bytes and cannot be handled by the 32-bit architecture directly. Though all manipulations of this type are handled correctly by our compiler.