- Should be all uppercase letters e.g. AGE, HEIGHT
- If the name contains multiple words, it should be separated by an underscore(_) such as DAYS_IN_MONTH
- It may contain digits but not as the first letter
class Product
{
static final int MAX_TEMPERATURE = 36;
...
}