Multiple choice technology architecture Which of the following is not keyword or reserved word in Java? if then goto while case Reveal answer Fill a bubble to check yourself B Correct answer Explanation Java does not use 'then' as a keyword. Words like 'if', 'while', 'case' are keywords. 'goto' is a reserved word (not used but reserved for future potential use).