Differences between MSIL and Java bytecode?

前端 未结 8 1311
南笙
南笙 2020-12-07 08:08

I\'m new to .Net and I\'m trying to understand the basics first. What is the difference between MSIL and Java bytecode?

8条回答
  •  感情败类
    2020-12-07 09:11

    Serge Lidin authored a decent book on the details of MSIL: Expert .NET 2.0 IL Assembler. I also was able to pick up MSIL quickly by looking at simple methods using .NET Reflector and Ildasm (Tutorial).

    The concepts between MSIL and Java bytecode are very similar.

提交回复
热议问题