c# - What's the difference between the inner workings of Java's JVM and .NET's CLR? -


what's difference between inner workings of java's jvm , .net's clr?

perhaps starting point be, same thing in respective environments (java > jvm > machine code) (c# > clr > il).


update: several people have alluded points trying cover:

  1. garbage collection
  2. boxing/unboxing
  3. jit debugging
  4. generics/templates
  5. please feel free suggest other topics differentiate two.

@george mauer - sounds interesting:

already posted once here series of interviews c# chief language designer anders hejlsberg.

already posted once here series of interviews c# chief language designer anders hejlsberg. though talking differences between c# , java dive differences between virtual machines well.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -