T
Tim923
The code in C# looks very similiar to what I remember from Java, but
we haven't done much manual coding yet. How similiar are they?
we haven't done much manual coding yet. How similiar are they?
They are both c syntax based languages so there will be a certainTim923 said:The code in C# looks very similiar to what I remember from Java, but
we haven't done much manual coding yet. How similiar are they?
machine specificManish.net said:...whereas C# on compilation creates MSIL. which at runtime converted in
Manish.net said:Yes, syntax wise its very similar and if u know Java u don't have to put much
effort learning syntax. but execution wise C# is different from JAVA as on
compilation JAVA creates ByteCode which in turns executes by JVM whereas C#
on compilation creates MSIL which at runtime converted in machine specific
native code.