Does the Mainsoft for Java EE cross compiler handle language constructs that are specific to .NET?
Yes, the Mainsoft for Java EE cross compiler handles delegates, generics, multi-dimensional arrays, nullable types, unsigned types, structs, enums, boxing, etc. It also maps the basic .NET types to the Java Virtual Machine built-in types (e.g. System.Object maps to java.lang.Object) in order to take full advantage of the Java VM capacities. You cannot compile unsafe code. See detailed limitations in the Mainsoft online help.