Java Virtual Machine (JVM, Java Runtime Environment)
Definition by Best Host Ratings
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.
| Previous: Java Servlet | Next: JavaScript |
Back to the Listing of Glossary Terms
