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