Contents Prev Next

1 Correspondence between Java Types and C Types


The following table shows the correspondence between types in Java and types in C.

There are two places that you will see Java types exposed in C, inside of structures made to map over Java instances and as arguments to C routines. For the most part these two uses reflect the same correspondence between Java types and C types. The most notable difference between Java types and C types are with Java arrays.

Contents Prev Next

Implementing Native Methods

Generated with CERN WebMaker