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.
JNI is used to handle situations where the entire application can not be written in java.
Previous Question | Next Question |
Explain the advantages and disadvantages of using JNI? | Explain Exception Handling in JNI? |