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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -