Features

Back Up Next

 

Features
"Write once, run anywhere"
Java Source code compiles to intermediate Jave Bytecode
Java Bytecode targets the Java Virtual Machine (JVM), not Native Machine
Java Bytecode runs anywhere the JVM runs
Security
Java Bytecode checked/verified before being executed in the JVM