Exam 1z0-811 All QuestionsBrowse all questions from this exam
Question 3

Identify two Java reserved words.

    Correct Answer: B, C

    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'.

Discussion
supercoderOptions: BC

this is true

tabrezshaikh13Options: BC

B and C

isadiapeOptions: BC

B and C