Complete the code to print the component that runs Java bytecode.
System.out.println("The component that runs Java bytecode is [1].");
The JVM (Java Virtual Machine) is the component that runs Java bytecode.
Complete the code to print the component that provides libraries and tools to develop Java programs.
System.out.println("The component that provides libraries and tools to develop Java programs is [1].");
The JDK (Java Development Kit) provides libraries and tools to develop Java programs.
Fix the error in the code to print the component that provides the environment to run Java programs.
System.out.println("The component that provides the environment to run Java programs is [1].");
The JRE (Java Runtime Environment) provides the environment to run Java programs.
Fill both blanks to complete the sentence about JDK and JRE.
The [1] includes the [2] and development tools.
The JDK includes the JRE and development tools like the compiler.
Fill all three blanks to complete the sentence about JVM, JRE, and JDK.
The [1] runs the bytecode, the [2] provides libraries and JVM, and the [3] includes everything plus development tools.
The JVM runs bytecode, the JRE provides libraries and JVM, and the JDK includes everything plus development tools.