Talk:Comparison of C Sharp and Java: Difference between revisions

Content deleted Content added
Tbjablin (talk | contribs)
No edit summary
No edit summary
Line 6:
 
I've decided it belongs in differences after all. [[User:Tbjablin|Tbjablin]] 05:44, 8 Feb 2005 (UTC)
 
* Both languages allow the use of enumerations, via the <code>enum</code> keyword.
 
As far as I recall, this is false. C# uses the <code>enum</code> keyword, whereas Java uses a Class ([http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Enum.html link java.lang.Enum]) introduced in Java 1.5. I haven't edited the page to reflect this, as I am unsure and would like confirmation first.