Java JNI Question: Download Java JNI PDF

What is Java Native Interface (JNI)?

Tweet Share WhatsApp

Answer:

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.

Download Java JNI PDF Read All 9 Java JNI Questions
Previous QuestionNext Question
Explain Exception Handling in JNI?Describe exception handling in JNI?