J2SE Question:

What is native?

J2SE Interview Question
J2SE Interview Question

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.


Previous QuestionNext Question
What is null?What is method?