Question
Explain the use of “Native” keyword?
Answer
Used in method declarations to specify that the method is not implemented in the same Java source file, but rather in another language
Explain the use of “Native” keyword?
Used in method declarations to specify that the method is not implemented in the same Java source file, but rather in another language