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 kind of variables can a class consist?
Explain all java features with real time examples
Why we used break and continue statement in java?
What is the maximum length of a url?
How do you convert bytes to character in java?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
List any five features of java?
What is a class ?
Explain list interface?
Write an algorithm for quick sort?
What is the difference between method overriding and overloading?
What will happens if you opened Internet Explorer 4 times?