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:
- garbage collection
- boxing/unboxing
- jit debugging
- generics/templates
- 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
Post a Comment