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.
- JavaBeans methods must be named using camelCase, and depending on the method's purpose, must start with set, get, is, add, or remove.
Example
MyDatamydataMYDATA- y
i_$123_mydata$mydata_10datamydata10_$hellotthis_is_my_data