what is the difference between constants and variables in java programming?
Answers
Answered by
0
S constant variable is one whose value is fixed And only one copy of exits the programming
Answered by
1
Answer:
What is the Difference between Constant and Variables? A constant does not change its value over time. A variable, on the other hand, changes its value dependent on the equation. Constants are usually written in numbers.
Similar questions