Multiple choice technology embedded technologies

A virtual machine conforming to CLDC does not support user-defined, Java-level class loaders

  1. True

  2. False

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

CLDC (Connected Limited Device Configuration) for J2ME devices DOES support class loaders, but only system-defined ones. User-defined class loaders at the Java level are not supported in CLDC configurations due to resource constraints on limited devices.