Java reserved words are keywords that are reserved by Java functions or other uses that cannot be used as identifiers (e.g., variable names, function names, class names). If a reserved word was used as a variable, you would get an error or unexpected result.

List of Java reserved words

Below is a list of reserved words in Java.

Programming terms, Reserved words