The native keyword may be applied to a method to indicate that the method is implemented in a language other then Java.
native String getProcessorType();
Native methods are beyond the scope of this documentation.
Related Topics
None.