What's New in 1.1? |
Native methods-methods used by a Java program but written in a different language-have been in the JDK since the beginning. As promised, the native methods interface from 1.0 has been completely rewritten and formalized. This interface is now named the Java Native Interface, or JNI for short.Where to Find Documentation
- The 1.1 native methods interface is documented in Using the Java Native Interface.
What's New in 1.1? |