What is Java Native Interface (JNI)?

Submitted by: Administrator
JNI stands for Java Native Interface. It is an interface between Java, applications and libraries that are written in other languages. JNI is solely used to interact with “native” code (code written in system level language such as C). For instance, JNI enables the usage of C libraries and C programs to be used in Java programs.
Submitted by: Administrator

Read Online Java JNI Job Interview Questions And Answers