Java syntax: Difference between revisions

Content deleted Content added
Literals: correction for underscore use
Program structure: clarified definition of "application"; mentioning methods is redundant, if they are to be mentioned, we'd need to include fields
Line 233:
 
==Program structure==
Java applications consist of classescollections andof their membersclasses. Classes exist in packages but can also be nested inside other classes.
 
===<code>Main</code> method===