Java Virtual Machine: Difference between revisions

Identify as a virtual machine.
No edit summary
(Identify as a virtual machine.)
Line 1:
[[Category:Encyclopedia]]The '''Java Virtual Machine''' or '''JVM''' interprets [[Java]] [[byte code]] (compiled Java code) and runs the program. JVM's have been created for many different [[platform|platforms]], which gives Java its platform-independent nature. It manages memory usage via a [[garbage collection|garbage collector]]. It also manages concurrent [[thread|threads]] (the programmer can attempt to control certain threads, though). {{#set:is virtual machine=yes]]}}