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 |
If your ui seems to freeze periodically, what might be a likely reason?
Do I have to use jsps with my application?
What are various types of class loaders used by jvm?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Explain what is synchronization?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Can you write Java code for declaration of multiple inheritance in Java ?
whats is mean by filter?
list the types of dialodg
How to pass parameters in RMI?
What is a thread?
How would you reatach detached objects to a session when the same object has already been loaded into the session?