DEVFYI - Developer Resource - FYI

What is Java Native Interface

J2SE Interview Questions and Answers


(Continued from previous question...)

125. What is Java Native Interface

A standard programming interface for writing Java native methods and embedding the JVM into native applications. The primary goal is binary compatibility of native method libraries across all JVM implementations on a given platform.

(Continued on next question...)

Other Interview Questions