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 |
diff mvc1 and mvc2 wahts is mean by servlet chaining?
What is the difference between Super and This Keyword?
What is the purpose of the finally clause of a try-catch-finally statement?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Why are component architectures useful?
Which javutil classes and interfaces support event handling?
what are memory considerations of jsp compares to other web components?
In HashTable I am storing null value..then what is the error it will show
how team leaders assign work for the team member like through papers,word document
what is difference between checked exception & unchecked exception in java?
Can a thread be a member of another thread?
What are the difference between RMI and CORBA?