Content deleted Content added
Tag: |
Tom.Reding (talk | contribs) m -redundant class param; cleanup |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
{{Talk header}}
{{
{{WikiProject banner shell
{{WikiProject Computing|importance=Low}}
{{WikiProject Computer science|importance=Mid}}
Line 27:
Here is a Java class that, when saved to the file WhichI.java, will compile and illustrate the point being made correctly.
<syntaxhighlight lang="text">
public class WhichI {
public static String i = "am canadian";
Line 37:
}
}
</syntaxhighlight>
I think that the none functioning example in the text should be replaced with this one.
|