Identify two Java reserved words.
Identify two Java reserved words.
Java reserved words are keywords that are reserved by the language and cannot be used as identifiers (names) for variables, methods, classes, or other user-defined entities. 'true' is a reserved word in Java as it is a boolean literal. 'this' is also a reserved word in Java as it is used to refer to the current object instance. Therefore, the correct answers are 'true' and 'this'.
this is true
B and C
B and C