DEV Community

Discussion on: What are the differences between C# and Java?

Collapse
 
cess11 profile image
PNS11

I think you've overlooked the most important differences. LINQ and metaprogramming facilities are nicer in C#. Performance and VM introspection are better in Java.

Not sure why you think Java lacks enums, docs.oracle.com/javase/tutorial/ja... .

Collapse
 
educrystal profile image
Crystal Song

Ooh, thanks for the heads up. I'll add this in ASAP.

Collapse
 
educrystal profile image
Crystal Song

Updated!