Monday, November 29, 2010

C# versus JAVA


C# and JAVA both are new generation language descended from c and c++. Both C# and JAVA compile initially to an intermediate language- c# to microsoft intermediate language(MSIL), and JAVA to java byte code.
C# contains more primitives data type than JAVA, and also allows more extention to value types.
Unlike JAVA, C# has the useful feature that we can overload various operators.

No comments:

Post a Comment