medium
Single Answer
0

Kimon is deploying Java code to a variety of machines in his environment and must install the JVM on those machines first. What term best describes the JVM in this case?

Answer Options

A

Repository

B

Change manager

C

Runtime

D

Sandbox

Correct Answer: C

Explanation

The JVM is the runtime virtual machine that allows the execution of Java code on a device. The JVM implements the Java sandbox, but that is only one of its many functions. The JVM itself is not a change manager or code repository.