Constants:- as the name sought these are fixed values which can never be change.
Example:
final int MAX_AGE=29;
“final” keyword is used to declare a constant in java.
________________________________________________________________________________
Constants:- as the name sought these are fixed values which can never be change.
Example:
final int MAX_AGE=29;
“final” keyword is used to declare a constant in java.
________________________________________________________________________________