1.

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.

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.



Discussion

No Comment Found