native Java Keyword

The native keyword may be applied to a method to indicate that the method is implemented in a language other then Java.

Examples

  native String getProcessorType();
  

Remarks

Related Topics

None.