Symbolic constant declarations in java are always preceded with the _________ keyword.
pls answer it fast....
Answers
Answered by
1
Answer:
Symbolic constants in Java are named constants. We use the final keyword so they cannot be reassigned a new value after being declared as final. They are symbolic because they are named. Here are a couple examples of symbolic constant variables.
Similar questions