Misc

From Suhrid.net Wiki
Revision as of 04:01, 20 June 2011 by Suhridk (talk | contribs) (Created page with "This covers Objective 1.3 <u> Legal Identifiers </u> * Can be composed of unicode characters, numbers, currency-symbols and underscores. * Must start with letter, currency char,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This covers Objective 1.3

Legal Identifiers

  • Can be composed of unicode characters, numbers, currency-symbols and underscores.
  • Must start with letter, currency char, underscore but CANNOT start with a digit !
  • Java identifiers are case-sensitive.