Name some reserved words of Java which are not Java keywords...
Answers
Answered by
6
Answer:
catch
char
class
double
do
else
final
finally
float
implements
import
instanceof
name
Answered by
8
Reserved words in Java which are not keywords:
- true
- false and,
- null
Similar questions