what does constant mean in Java give example
Answers
Answered by
1
Answer:
A constant is a variable whose value cannot change once it has been assigned. Java doesn't have built-in support for constants, but the variable modifiers static and final can be used to effectively create one.
Answered by
1
Answer:
A constant is a variable whose value cannot change once it has been assigned. Java doesn't have built-in support for constants, but the variable modifiers static and final can be used to effectively create one.
Explanation:
pls mark me as brainliast
Similar questions