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 |
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is source and listener?
What is an applet?
What is a session? Can you share a session object between different theads?
what is the diffrence between banking and insurance domain?
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
what is stringBuffer and StringBuilder?
Describe responsibilities of Activator?
Do I need to import javlang package any time? Why ?
What is a convertor?
What are the sequence of steps to write pub or sub model kind of application?
What is a modular application? What does module-relative mean?