Computer Applications
What is meant by Java keywords? Explain.
Values & Data Types Java
27 Likes
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.
Answered By
19 Likes