Prev Next

Java / Modifiers

Explain the native keyword in Java?

The native keyword is applied to a Java method to indicate that the method is implemented in native code using JNI (Java Native Interface).

More Related questions...

Show more question and Answers...


Comments & Discussions