What is JNI?
Answer / mohammad shahid
Java Native Interface (JNI) is a programming framework that enables Java code running in a Java Virtual Machine (JVM) to call and be called by[1] native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C, C++ and assembly.
Is This Answer Correct ? | 0 Yes | 0 No |
how to use debug in my elipse to solve problems that exist in my project
Urgent Openings for Java and .NET ( India, Singapore, Australia, Japan)
Can I use javascript to submit a form?
How substring() method of string class create memory leaks?
What is colon_pkg_prefixes and what is its use?
what is the RMI / IIOP?
What is the need of serialize?
what is stringBuffer and StringBuilder?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
What restrictions are placed on the values of each case of a switch statement?
Can I have an action without a form?
what is singleton class? where it mainly used in the projects?