Why Constant Keyword is not introduced In Java?
- by harigm
I am curious learner of Java, I was thinking on one topic "CONSTANTS"
I have learnt that Java allows us to declare constants by using "Final" keyword.
My question is Java didnot introduce Constant(Const) Keyword. Since many people say it has come from C++, in C++ we have Const keyword
Is there any strong reason behind, Please share your thoughts on this.