Defining Native Methods
Defined using keyword native:
public native void helloWorld();
Note the method body is missing
The class must (statically) load the C library used
4
Previous slide
Next slide
Back to first slide
View graphic version