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 is aggregation in java?
What are 3 data types?
Is string a datatype?
Is boolean a wrapper class in java?
How will you add panel to a frame?
What is the difference between class forname and new?
how can we import the user defined package without classpath?
When we serialize an object does the serialization mechanism saves its references too?
What is the += operator called?
What is Collections API?
when to use abstract class and when to use interface?
16 Answers Exterro, iGate, IonIdea,
What is natural ordering in java?