1. Which is a reserved word in the Java programming language?
Ask Your Doubts Here
Comments
By: guest on 02 Jun 2017 01.26 am
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'.