Java syntax: Difference between revisions

Content deleted Content added
Line 938:
 
====Initialization====
To use non-static members of thea class, itthe class must be instantiated. It is done by using the <code>new</code> keyword and calling the class constructor.
 
<source lang=Java5>