Java and C#, how close are they? [closed]
You are asking several questions at once. Let me address them separately: How similar Java and C#? Both C# and Java drew from C/C++ (and Objective C, and others) to define their syntax. And both of them are compiled to an intermediate language. This common origin makes the languages look similar in many levels, to … Read more