Computer Science, asked by Zoyazishan, 1 year ago

the words which are preserved with a systems are called ____ words, that can not be used as variable names in Java programming?

Answers

Answered by GalaxyBoy15
14
"reserved" is your answer.

GalaxyBoy15: I did zoya
GalaxyBoy15: Good
Zoyazishan: hii
Zoyazishan: Wud?
Answered by CekuziSietan
7
The words which are preserved within the system are called - RESERVED words. (Or Keywords).

Example - int, char (All the data types) and so on.
Similar questions