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 lightweight Java virtual machine designed specifically for J2ME/CLDC devices with limited memory and processing power. It's a subset of the full JVM optimized for constrained environments.