While playing this puzzle (It\'s a Java keyword trivia game), I came across the native keyword.
native
What is the native keyword in Java used for?
NATIVE is Non access modifier.it can be applied only to METHOD. It indicates the PLATFORM-DEPENDENT implementation of method or code.