October 2021
Intermediate to advanced
131 pages
1h 34m
English
A variable in Java can be made into a constant by adding the final keyword before the data type. This modifier means that the variable can’t be reassigned once it’s been set, and any attempts to do so will result in a compile-time error.
Read now
Unlock full access