Talk:Java (programming language)/Archive 2: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Subst: {{unsigned}} (& regularise templates)
Legobot (talk | contribs)
m Bot: Fixing lint errors, replacing obsolete HTML tags: <tt> (5x)
 
Line 145:
I've pulled the following paragraph from the section on interfaces and classes (sorry I forgot to sign in before making the change):
 
<blockquote>Methods defined by an interface are implicitly <ttcode>public</ttcode> and <ttcode>abstract</ttcode>. Fields defined by an interface are implicitly <ttcode>public</ttcode>, <ttcode>static</ttcode>, and <ttcode>final</ttcode>.</blockquote>
 
Without explanations of the meanings of public, abstract, static, and final, this paragraph adds little value. But, adding the explanations would be adding detail, and this paragraph seems to already be too much detail. [[User:Mark Harrison|Mark Harrison]] 06:28, 11 August 2005 (UTC)