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 the disadvantage of java?
Can size_t be negative?
What is the old name of java?
How to change the priority of thread or how to set priority of thread?
What are the benefits of java?
What is remote method invocation (rmi)?
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
Can a method inside a interface be declared as final?
What are the different ways of creating thread?
Discuss 2D arrays.
Need 2+ yrs experienced java techinical question papaer for company Iflex
What is difference between “==” and equals()?