Java JNI Question:
Download Job Interview Questions and Answers 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.
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 Question | Next Question |
Explain the advantages and disadvantages of using JNI? | Explain Exception Handling in JNI? |