Q. JVM stands for ____

  • (A) Java vacuum machine
  • (B) Java void machine
  • (C) Java Virtual machine
  • (D) Java Virtual model
πŸ’¬ Discuss
βœ… Correct Answer: (C) Java Virtual machine
Explanation:

JVM (Java Virtual Machine) is a crucial part of the Java Runtime Environment (JRE). It is responsible for executing Java bytecode, making Java platform-independent by allowing it to run on any operating system that has a JVM.

Key Functions of JVM:

  • Converts Java bytecode into machine code for execution.
  • Manages memory allocation and garbage collection.
  • Ensures security and portability of Java applications.

Final Answer:

βœ… (C) Java Virtual Machine

Explanation by: Mr. Dubey

JVM (Java Virtual Machine) is a crucial part of the Java Runtime Environment (JRE). It is responsible for executing Java bytecode, making Java platform-independent by allowing it to run on any operating system that has a JVM.

Key Functions of JVM:

  • Converts Java bytecode into machine code for execution.
  • Manages memory allocation and garbage collection.
  • Ensures security and portability of Java applications.

Final Answer:

βœ… (C) Java Virtual Machine

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
450
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Manisha Agrawal
Publisher
πŸ“ˆ
93%
Success Rate