Which identifier is correctly named according to Java standards for a constant…
2025
Which identifier is correctly named according to Java standards for a constant variable?
Answer: B. FINAL_VALUE
- A.
final_value
- B.
FINAL_VALUE
- C.
FinalValue
- D.
finalValue
Attempted by 209 students.
Show answer & explanation
Correct answer: B
Loading lesson…