concept object-oriented ★★ seed

Java Virtual Machine (JVM)

The runtime environment for Java bytecode, first released in 1995. Enables 'write once, run anywhere'. Also hosts Scala, Kotlin, Clojure, Groovy, and JRuby. JIT compilation and garbage collection make it competitive with native code for many workloads.

#jvm #bytecode #platform #jit #1995