Technical Overview of the CLR
This last blog entry is about a comparison between the Java Virtual Machine and the Common Language Infrastructure, and well the idea is that I will talk about this reading and to give an opinion about it, first of all we are going to talk about the benefits of Java Virtual Machines (JVM) and why people use them. The reasons why people use JVM nowadays are the next ones: - Portability, this is because it is easier to implement different languages on different platforms. - Compactness, this is because the code is smaller while using them. - Security, the deployment of everything is better. - Efficiency, the behavior of a program is adapted to be better. - Flexibility, better typesafe metaprogramming concepts are created As you can see JVM is a great tool with great advantages which would...