A container whose value can't be changed once defined.
An identifier that disallows reassignment after initialization. Many languages provide it as a reserved word, such as const in JavaScript or final in Java, and it's also commonly used to avoid magic numbers.
© 2026 ITBGM