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 difference between classpath and path variables in java?
Explain an algorithm to find depth of a binary tree.
0 Answers Akamai Technologies,
What are annotations in java?
Can we use String with switch case?
what is difference between front controller and action servlet?
how to print the below in java? * * * * * * * * *
can we add two numbers without using arthematic operators? if possible how?
What is the indent key?
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
What is a constructor, constructor overloading in java?
What is the difference between compile-time polymorphism and runtime polymorphism?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?