If you are developing a password-protected web site, you have to make a decision about how to store user password information securely.
Constants just as variables are used to store information. The main difference between constants and variables is that constant value can not be changed in the process of running program.