Java Interview Questions Made Easy #1 What is the JVM
Dan Geabunea (Romanian Coder)
0:00 / 0:00
Java Interview Questions Made Easy #1 What is the JVM
2 795 просмотров · 8 лет назад
Dan Geabunea (Romanian Coder)
18,9 тыс. подписчиков
2 795 просмотров · 8 лет назад
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:
www.romaniancoder.com/blog