____________ allows Java code to run in the JVM to call and be called by native applications

Options
- JFI
- JNI
- NJI
- FJI


CORRECT ANSWER : JNI

Discussion Board
Native methods using JNI

JNI which is also termed as Java Native Interface allows the programmers to write native methods to handle the situations when an application can't be written completely in Java programming language e.g. when the standard Java class library doesn't support the library or any specific features. It is used to modify existing application that is written in any other programming language to be accessible by Java language.

It allows the native methods to be called the same way as Java code uses methods to call the objects.

Rohit Sharma 08-1-2014 03:52 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement