Skip to main content
Java For Beginner's
Search
Search This Blog
Posts
Constant in JAVA
December 06, 2017
Directly, JAVA Does not Support CONSTANT . 'static final DataType VarName = VarValue;' is equal to 'CONSTANT VarName=VarValue;' If you require constant variable, then use 'static final' variables in your stuff.
Read more
Recent posts