Multiple choice

Which is a reserved keyword in java?

  1. Subclass

  2. Native

  3. Array

  4. None of theses

  5. All of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Native is a Java keyword that is used in method declarations to specify that the method will not be implemented in another language, not in Java.