Computer Science, asked by anuragele1979, 8 months ago

what does constant mean in Java give example​

Answers

Answered by itzankit21
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 CyberSquad
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