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 pass parameters in RMI?
Explain bind(), rebind(), unbind() and lookup() methods?
Why do threads block on i/o?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...
Explain the difference between object state and behavior?
Why is string immutable in java?
How to implement RMI in Java?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");