Java JNI Question:
Download Questions PDF

What is Java Native Interface (JNI)?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Exception Handling in JNI?Describe exception handling in JNI?