Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Java syntax: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 09:56, 22 December 2015
edit
Cbdorsett
(
talk
|
contribs
)
Extended confirmed users
,
Pending changes reviewers
7,069
edits
m
→
Multi-dimensional arrays
← Previous edit
Revision as of 09:56, 22 December 2015
edit
undo
Cbdorsett
(
talk
|
contribs
)
Extended confirmed users
,
Pending changes reviewers
7,069
edits
m
→
Initialization
Next edit →
Line 938:
====Initialization====
To use non-static members of
the
a
class
,
it
the class
must be instantiated. It is done by using the <code>new</code> keyword and calling the class constructor.
<source lang=Java5>