Multiple choice technology operating systems What is the runtime environment for J2ME mobile application? C Virtual Machine (CVM ) Kernel-based Virtual Machine (KVM) Java Virtual Machine (JVM ) Java Runtime Environment (JRE) 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.