Computer Applications
Answer
Java keywords or reserved words are the words which carry a special meaning for the system compiler. These words are basically used for writing a Java statement in the program. Such words cannot be used for naming a variable in the program.
Some keywords are case, switch, int, float etc.