Multiple choice technology programming languages When Java JNI (Java Native Interface) should be used? (Multiple) To improve memory management. To achieve Platform independence To improve the Application performance If Java API is not available for platform specific operation For small applications Reveal answer Fill a bubble to check yourself C,D Correct answer Explanation Java Native Interface (JNI) is used to call platform-specific native libraries when a Java API is unavailable, or to write performance-critical code in C/C++ to optimize application execution speed.