|
Title :
JNI Interview Questions
Author :
JavaBeat
Date : Fri Feb 13th, 2009
The Java Native Interface (JNI) is a programming framework that allows Java code running in the Java virtual machine (JVM) to call and be called by native applications (programs specific to a hardware and operating system platform) and libraries written in other languages, such as C, C++ and assembly.
|