+ 1
[solved]How is 'final' keyword different from 'const' keyword in java??
2 Respostas
+ 4
Const is deprecated as of 2005
It is not backwards compatible so it probably won't return to Java.
const is still used in (some) C languages and javascript - however it is replaced with final keyword in Java
+ 1
HNNX 🐿 Thanks