■ native can appear only on a method.
■ native methods end with just a
semicolon. Meaning no
brackets. These methods look like an empty method in an interface. i.e.
■ Note the difference between defining a native method and invoking one:
Defining: native void nativemethod( );
Invoking: nativemethod( );