Asked by
Diego Perez
on Oct 26, 2024Verified
Which of the following is NOT a reserved word in Java?
A) double
B) throws
C) static
D) num
Reserved Word
A word that is part of a programming language's vocabulary, restricted for use as identifiers because it has a special meaning.
- Identify reserved and non-reserved words in Java, and understand identifier naming conventions.
Verified Answer
GR
Learning Objectives
- Identify reserved and non-reserved words in Java, and understand identifier naming conventions.