| Author: mahendrakiran 31 Oct 2008 | Member Level: Gold Points : 2 |
Java Virtual Machine (JVM) is a Java interpreter and runtime environment. Java source code is compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java interpreter. Web browsers are often equipped with Java virtual machines.
(Common Language Runtime) The runtime engine in Microsoft's .NET platform. The CLR compiles and executes programs in Microsoft Intermediate Language (MSIL). The counterpart to the CLR for the Common Language Infrastructure (CLI), ECMA's standard version of .NET, is the Virtual Execution System (VES).
|