Java Native Interfaces (JNI)
JNI serves as an interface between Java Platform independent byte code to and native code (machine code).
References
- Java Native Interface - Oracle Docs
- JNI APIs and Developer Guides - Oracle Docs
- Guide to JNI - Baeldung
- Java Programming Tutorial - Java Native Interface(JNI)
Backlinks