🎴 Flashcard Mode

Programming Languages: C, Java, Perl Features

Card1 / 19
Mastered0
Review0
QuestionClick to flip

Which of these lists contains at least one word that is not a Java keyword?

AnswerClick to flip back
A
import, break, double, exception, throws
💡 Explanation:

All words in options A, B, C, and E are Java keywords. Option D contains 'exception' which is not a keyword (it's a class name in java.lang). 'import', 'break', 'double', and 'throws' are valid keywords.

Change Mode