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 |
Can we create object of inner class in java?
Can a lock be acquired on a class?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
What is the meaning of find and replace?
What is exception handling in java?
Can you create an object of an abstract class?
What means public static?
How can you add and remove nodes in jtree?
What is a protected method?
What is the advantage of OOP in java?
What does the “static” keyword mean? Can you override private or static method in java?
What is a condition in programming?