December 2011
Beginner
880 pages
22h 57m
English
21.1 JAVA NATIVE INTERFACE (JNI)
The Java native interface (JNI) is a powerful feature of the Java platform. Applications that use JNI can incorporate the native code written in programming languages such as C and C++, as well as in the Java programming language.
The Java platform is a programming environment consisting of the Java virtual machine (VM) and the Java application programming interface (API). Java applications are written in the Java programming language, and compiled into a machine-independent binary class format. A class can be executed on any Java virtual machine implementation. The Java API consists of a set of predefined classes. Any implementation of the Java platform is ...
Read now
Unlock full access