Java Interview Questions Made Easy #1 What is the JVM

preview_player
Показать описание
Java Interview Questions Made Easy #1

DESCRIPTION:

The JVM is an abstract machine that loads, verifies and executes Java programs. It enables Java applications to be cross platform by using byte-code as an intermediate language in the compilation phase. It is worth knowing that the JVM:
- is responsible for loading and transforming byte code in executable code
- offers memory management and garbage collection
- is responsible for executing the Java byte code

WEBSITE:
Рекомендации по теме