JNI allows Java code to call and be called by native applications and libraries written in languages like C, C++, and assembly.
← Java theorytheory 0/50 · 0%
Advanced · hard
50. Java Native Interface (JNI)
Calling C/C++ from Java.
Check your understanding
1. Keyword for native methods?
2. Risk of JNI?