Learning Java/Basic Java Language: Difference between revisions

Content deleted Content added
No edit summary
Line 318:
</div>
 
Identifiers should also be meaningful, while maintaining practicality. If calculating the sum of a set of numbers, <code>sum</code> is better than <code>cumulativeTotal</code>, but <code>s</code> might be too short.
 
== System.out ==