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
Explain the difference between call by refrence and call by value?
What is the arraylist in java?
How many functional interfaces does java 8 have?
What is the use of arraylist class in java?
How many types of literals are there in JAVA?
How many bits is a char?
What is use of set in java?
what is the use of bean managed and container managed with example?
How many decimal places is a double?
Is void a type?
Can you explain the final method modifier?
Can variables be used in java without initialization?
Can java list contain duplicates?
Why is whitespace important?
What is mutable object and immutable object?