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 a keyword in java , which is used to make unimplemented structure(method) like as abstract but it would be a platform dependent such as native code and execute from native stack not java stack.