Answer Posted / 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 |
Post New Answer View All Answers
How task's priority is used in scheduling?
what is a portable component?
Why a component architecture for the java platform?
Which containers use a border layout as their default layout?
Should synchronization primitives be used on bean methods?
How to pass parameters in RMI?
Can we sent objects using Sockets?
What are the benefits of detached objects?
What are local interfaces? Describe.
What is TL and its use?
What modifiers may be used with an inner class that is a member of an outer class?
What is jboss?
What is Remote Server?
what is an isolation level?
What are the design considerations while making a choice between using interface and abstract class?