The Java language uses native method modifier to declare a method implemented in another language. |
The native signature of the method as well as wrapper functions are machine generated using program javah. |
The class using native method needs to load the native library. |