Multiple choice

With the help of …………, a programmer can execute C, C++ or assembly language with the help of operating system directly.

  1. polymorphism

  2. inheritance

  3. code reusability

  4. JNI (Java Native Interface)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

JNI (Java Native Interface) allows Java code to call and be called by native applications and libraries written in other languages like C, C++, or assembly. It provides a bridge between Java and native code execution through the operating system.