JNI provides new way for programs to interface with code libraries written in other languages - Java
        
	  
	
    Q.  Java: Which provides a new way for your programs to interface with code libraries written in other languages?- Published on 24 Jun 15a. JNI
b. JDBC
c. RMI
d. GUI
ANSWER: JNI
 
Java Native Interface(JNI) is a programming framework that enables the java code running in a JVM to call and be called by native applications.