InterviewSolution
Saved Bookmarks
| 1. |
What Is Native ? |
|
Answer» A JAVA KEYWORD that is used in method declarations to SPECIFY that the method is not IMPLEMENTED in the same Java source file, but rather in ANOTHER language. A Java keyword that is used in method declarations to specify that the method is not implemented in the same Java source file, but rather in another language. |
|