
NET, which certainly have their differences. Simple C# is easily translated to Java, of course having to use the Java BCL instead of the. C# and Java are not too different syntactically, but as pointed out above, there are certainly gaps in the language.


Why not take the small amount of extra time it will take to convert it by hand and end up with better code?Įven if you don't know C#, it will be better to learn it and do the conversion by hand, as I said before you will have to do it anyway. With a converter you'll have to do a lot of corrections anyway. Sure, it corrects a few syntax differences, but largely what you'll get is just a mess of code that doesn't compile right away anyway.

I've used code conversion software before, and it just mucks everything up.
