1.

Explain The Advantages And Disadvantages Of Using Jni?

Answer»

Advantages of JNI

  • Using JNI, we can access c and c++ code which adds performance boost to JAVA.
  • JNI allows JAVA to access some hardware features using other LANGUAGES like c and c++.

DISADVANTAGES of JNI

  • JNI uses native languages which mean it has portability issue.
  • Code debug is big problem for the developers who USE JNI features in JAVA.

Advantages of JNI

Disadvantages of JNI



Discussion

No Comment Found