Hi,
How to define a constant variable in Java?
thanks
HI,
The Constants variables are declared using the final keyword. The values of the constant can't be changed once its declared. For more related to constant variable in java
Thanks,
Post Answer
Preview:
Ads