What is Native Interface in JAVA?
Answer
JNI is the mechanism used to invoke methods written in languages such
as c and C++. You can write code using language like c and c++ and declare its
native methods and can use the same method in java using JNI.
JNI exposes JNI functions and pointers that can access java objects and methods.
More JNI Links
Answer - JNI is the mechanism used to invoke methods written in
language.....
Answer - Using JNI, we can access c and c++ code which adds....
|