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 does you mean in math?
What is public static void main?
Give a practical example of singleton class usage?
Write a factorial program using recursion in java?
Is zero a natural number?
How is java hashmap implemented?
can u override the start() method of Thread class
Explain what do you mean by functional overloading in java?
Explain about java sdk?
What is difference between throw and throws ?
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
What is meant by event handling in SAX parser?