Why Constant Keyword is not introduced In Java?
Posted
by harigm
on Stack Overflow
See other posts from Stack Overflow
or by harigm
Published on 2010-04-29T08:19:37Z
Indexed on
2010/04/29
8:37 UTC
Read the original article
Hit count: 296
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.
© Stack Overflow or respective owner