Java theorytheory 0/50 · 0%
Advanced · hard

50. Java Native Interface (JNI)

Calling C/C++ from Java.

JNI allows Java code to call and be called by native applications and libraries written in languages like C, C++, and assembly.

Check your understanding

  1. 1. Keyword for native methods?

  2. 2. Risk of JNI?