Multiple choice technology operating systems

What is the runtime environment for J2ME mobile application?

  1. C Virtual Machine (CVM )

  2. Kernel-based Virtual Machine (KVM)

  3. Java Virtual Machine (JVM )

  4. Java Runtime Environment (JRE)

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

KVM (Kernel-based Virtual Machine) is the Java virtual machine specifically designed for resource-constrained devices in J2ME. It is a stripped-down version of JVM optimized for devices with limited memory and processing power.