Legal Identifiers in Java
Identifiers must start with a letter, a currency character($), or an underscore(_). Identifiers cannot start with a number. After the first character, identifiers can contain any combination of letters, currency characters, underscores, or numbers. Identifiers are case-sensitive “enum” cannot be Continue reading Legal Identifiers in Java