Computer Science, asked by thunderinghelper20, 8 months ago

Symbolic constant declarations in java are always preceded with the _________ keyword.




pls answer it fast....​

Answers

Answered by kpushpanjali488
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