ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of these is a reserved word in Java Programming Language?
Correct Answer: B — native
"native" is a valid keyword used to modify method declaration. The valid keyword used in Java language for subclassing is "extends" not subclasses.