What is "Java Native Interface" and how to use it?
Answer Posted / shilpi agarwal
The Java Native Interface (JNI) is the native programming
interface for Java that is part of the JDK. By writing
programs using the JNI, you ensure that your code is
completely portable across all platforms. It allows Java
code that runs within a Java Virtual Machine (VM) to
operate with applications and libraries written in other
languages, such as C, C++, and assembly.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Why heap memory is called heap?
What is array and arraylist in java?
What is meant by call by reference?
Tell me the latest versions in java related areas?
Explain the features of java?
What are the differences between abstract class and interface?
Write a java program for binary search?
What happens if an exception is throws from an object's destructor?
What do you mean by Hash Map and Hash Table?
Can a class be private or protected in java?
Are arrays immutable in java?
Explain the significance of class loaders in bootstrap?
Which collection allows duplicate values in java?
What is passed by reference and pass by value ?
What is ide with example?