Java virtual machine architecture


Formát:
566 x 921 Pixel (142107 Bytes)
Popis:
Diagram of the Java virtual machine (JVM) architecture. Source files in various languages are compiled into Java bytecode using compilers such as Javac and Jython. Any platform with a JVM can run the bytecode, by first passing it through a bytecode verifier and then either interpreting or compiling it to that platform's machine code on-the-fly with a JIT compiler. The Java APIs together with the JVM form the JRE (Java runtime environment). Both the JVM and APIs typically run as native code on top of the platform's operating system. Uses two public domain icons, File:Phone-blackberry-bold.svg and File:Computer-blue.svg.
Licence:
CC0
Credit:
Vlastní dílo
Sdílet obrázek:
Facebook   Twitter   Pinterest   WhatsApp   Telegram   E-Mail
Více informací o licenci na obrázek naleznete zde. Poslední aktualizace: Tue, 26 Sep 2023 02:26:06 GMT

Relevantní obrázky


Relevantní články

Java Virtual Machine

Java Virtual Machine (JVM) je sada počítačových programů a datových struktur, která využívá modul virtuálního stroje ke spuštění dalších počítačových programů a skriptů vytvořených v jazyce Java. Úkolem tohoto modulu je zpracovat pouze tzv. mezikód, který je v Javě označován jako Java bytecode. Oracle uvedl, že po celém světě existuje více než 5,5 miliard zařízení s JVM. .. pokračovat ve čtení