I\'m new to .Net and I\'m trying to understand the basics first. What is the difference between MSIL and Java bytecode?
They are essentially doing the same thing, MSIL is Microsoft's version of Java bytecode.
The main differences internally are:
A lot more information and a detailed comparison can be found in this article by K John Gough (postscript document)