Courseiva
Question 305 of 481
What is JavamediumMultiple SelectObjective-mapped

1Z0-811 What is Java Practice Question

Which THREE are valid components of the Java Virtual Machine (JVM)?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Heap memory area

The correct components of the JVM listed here are: Heap memory area (C), Execution engine (D), and Class loader subsystem (E). The Java compiler (B) is part of the JDK, not the JVM. Java source code (A) is input to the compiler, not a JVM component. The class loader loads bytecode into the JVM, the heap stores objects, and the execution engine executes bytecode.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Java source code (.java files)

    Why it's wrong here

    Source code is compiled to bytecode before JVM involvement.

  • Java compiler (javac)

    Why it's wrong here

    javac is not part of JVM; it runs before JVM.

  • Heap memory area

    Why this is correct

    Heap is where all objects are allocated.

  • Execution engine

    Why this is correct

    Execution engine interprets or JIT-compiles bytecode.

  • Class loader subsystem

    Why this is correct

    Class loader loads .class files into JVM.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 23, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 1Z0-811 practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 1Z0-811 exam.