Newsletter:

(Paper) Important Interview Questions of JAVA Native Interface (JNI)

Important Interview Questions of JAVA Native Interface ( JNI )

  • What is Native Interface in JAVA?
  • Can you say in brief steps required to implement Native interfaces in Java?
  • Can JNI be used for VB6, C# or VB.NET directly?
  • What are JNI functions and pointers?
  • How does the garbage collector know JNI objects are no more used?
  • What are the different types of references JNI supports?
  • How to do you delete global objects?
  • How does the native language C or C++ understand data types in JAVA?
  • Can you explain exception handling in JNI?
  • What are limitations for “JNIEnv” pointer in multi- threading scenarios?
  • What are the advantages and disadvantages of using “JNI”?