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 tcp ip in java?
Is 0 an even number?
What is java life cycle?
Explain about the performance aspects of core java?
What is arrays fill in java?
Differentiate Vector and ArrayList?
what is the difference between abstract class and Interface?where we can use it in realtime projects?
23 Answers Agile Software, Cognizant, IBM, Innodata, Logica CMG, Mitosis, Nagarro, Value Chain,
What restrictions are placed on method overriding in java programming?
How does multithreading take place on a computer with a single cpu in java programming?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is final modifier?
What's the base class in java from which all classes are derived?