J2SE Question:
Download Questions PDF

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is null?What is method?