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?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.