India Languages, asked by dainvincible1, 1 year ago

Which is a reserved word in the Java programming language?
A. method
B. native
C. subclasses
D. reference
E. array

Answers

Answered by Anonymous
0

The answer is native..........

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'.

Answered by tiashasha
1
I think native is a reserve word in the java programming language
thank you
Similar questions