Difference between Common Language Runtime of .NET and the Java Virtual Machine

 Posted by Niladri.Biswas on 5/13/2013 | Category: .NET Framework Interview questions | Views: 2957 | Points: 40
Answer:

CLR can execute the MSIL code. Any language that is .NET compliant can generate the MSIL code. As a result, CLR supports a wider range of languages, even Java. As against this, Java Virtual Machine can execute bytecode, which can only be generated from Java code.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response