Answers

Question and Answer:

  Home  Java JNI

⟩ What is Native Interface in JAVA?

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.

 184 views

More Questions for you: