Linking to Native Code

Native Methods

class MyClass {
native void myFunction();
}

  • To link a method to native code.