What is "Java Native Interface" and how to use it?
Answer / 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 |
What are the features of junit?
Explain about data types?
Differentiate jar and war files?
What is hash code collision?
Explain about fail safe iterators in java?
I don’t want my class to be inherited by any other class. What should I do?
What is the collections api in java programming?
How do you write methodology?
Difference between nested and inner classes ?
What is instance means in java?
How many types of parsers are there?
How to make a write-only class in java?