What is "Java Native Interface" and how to use it?
Answer / shilpi agarwal
The Java Native Interface (JNI) is the native programming
interface for Java that is part of the JDK. By writing
programs using the JNI, you ensure that your code is
completely portable across all platforms. It allows Java
code that runs within a Java Virtual Machine (VM) to
operate with applications and libraries written in other
languages, such as C, C++, and assembly.
| Is This Answer Correct ? | 20 Yes | 0 No |
Explain the difference between comparator and comparable in java?
How does serialization work
Can a static method be overridden in java?
Can we override the overloaded method?
What is static synchronization?
What is lexicographically smallest string?
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
Why we should declare the variables as static and final in interfaces?
What is Difference between Serializable and Externalizable in Java serialization?
Why singleton is not thread safe?
how many types of Inheritance?
What is static class