Home » Java Programming » Language Fundamentals

Which is a reserved word in the Java programming language?

Correct Answer: native

Explanation:

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


Option A, D and E are not keywords. Option C is wrong because the keyword for subclassing in Java is extends, not 'subclasses'.


← Previous Question Next Question→

More Questions from Language Fundamentals

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion