Java JNI Question:
Download Questions PDF

What is Native Interface in JAVA?

Answer:

Java Native Interface permits the developers to integrate the native code such as C or C++ into a java application. To take the advantages of C programming and implementing the Java GUI features together makes the applications more efficient and powerful.

JNI is used to handle situations where the entire application can not be written in java.

Download Java JNI Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the advantages and disadvantages of using JNI?Explain Exception Handling in JNI?