Multiple choice

Which is a reserved word in Java programming language?

  1. Method

  2. Native

  3. Subclasses

  4. Reference

  5. Array

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

The word native is a valid keyword, used to modify a method declaration.