Saved Bookmarks
| 1. |
What Is Java Native Interface ? |
|
Answer» 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. 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. |
|