Google
×
ヒント: 日本語の検索結果のみ表示します。検索言語は [表示設定] で指定できます
Java仮想マシン(ジャバかそうマシン、英語: Java virtual machine、Java VM、JVM)は、Javaバイトコードとして定義された命令セットを実行するスタック型の仮想マシン。 APIやいくつかのツールとセットでJava実行環境(JRE)としてリリースされている。
関連する質問

Java仮想マシン

ジャバかそうマシン
Java仮想マシンは、Javaバイトコードとして定義された命令セットを実行するスタック型の仮想マシン。APIやいくつかのツールとセットでJava実行環境としてリリースされている。この環境を移植することで、さまざまな環境でJavaのプログラムを実行することができる。 ウィキペディア
デザインサン・マイクロシステムズ
A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages that are also ...
This chapter describes the implementation of the Java Virtual Machine (JVM) and the main features of the Java HotSpot technology:.
2023/09/11 · JVM(Java Virtual Machine) acts as a run-time engine to run Java applications. JVM is the one that actually calls the main method present in ...
2022/10/28 · The Java virtual machine manages application memory and provides a portable execution environment for Java-based applications.
JVM (Java Virtual Machine) is an abstract machine. It is a specification that provides runtime environment in which java bytecode can be executed.
「JVM」の動画
2023/10/30 · When we talk about Java, we talk about two things: the JVM (Java Virtual Machine) and the Java ...
期間: 55:48
投稿: 2023/10/30
The JVM tool interface (JVM TI) is a native programming interface for use by tools. It provides both a way to inspect the state and to control the execution ...
2024/01/16 · Java manual download page. Get the latest version of the Java Runtime Environment (JRE) for Windows, Mac, Solaris, and Linux.
JVM is a virtual machine that enables the execution of Java bytecode. The JVM acts as an interpreter between the Java programming language and the ...