(Study Notes) Comparison between CLR and JVM
Submitted by guru on Thu, 10/16/2008 - 10:12
Study Notes : Comparison between CLR and JVM
Description:
Two of the well known stack based virtual machines in use today are Common
Language Runtime (CLR) and Java Virtual Machine (JVM). There are many obvious
similarity between the two. Both are statically typed, provide automatic memory
management (Garbage collection), having multithreading abilities and support...
Courtesy:- www.scribd.com
- guru's blog
- Login to post comments
