Java syntax: Difference between revisions

Content deleted Content added
Literals: Fixed typo
Tags: Mobile edit Mobile app edit
Mzk (talk | contribs)
Line 11:
 
===Identifier===
An [[Identifier#Identifiers_in_computer_languagesIn_computer_languages|identifier]] is the name of an element in the [[source code|code]]. There are certain standard [[Naming conventions (programming)|naming conventions]] to follow when selecting names for elements. Identifiers in Java are [[Case sensitivity|case-sensitive]].
 
An identifier can contain: