00:24:46
Java Native Interface (JNI) in depth -- Part 8: Overloading Native Methods
Описание
In this java tutorial, I discuss how to overload native methods and how JNI creates unique signatures for native methods that overload each other. A native method can also be overloaded with a regular (non-native) java method.