identifiers
- identifiers can begin with a letter, an underscore, or a currency character
- after the first character, identifiers can also include digits.
- identifiers can be of any length
- java beans methods must be named using camelCase, and depending on the method's purpose, must start with set, get, is add or remove