background preloader

Java

Facebook Twitter

JVM @ Taobao - QCon Hangzhou 2011.

Concurrency

j2ee. Mixins. Db4o. Hudson: an extensible continuous integration engine. Java Virtual Machine. Overview of a Java virtual machine (JVM) architecture.

Java Virtual Machine

Source code is compiled to Java bytecode, which is verified, interpreted or JIT-compiled for the native architecture. The Java APIs and JVM together make up the Java Runtime Environment (JRE). A Java virtual machine (JVM) is a process virtual machine that can execute Java bytecode. It is the code execution component of the Java platform.