J2ME defines two configurations - CLDC and CDC. Explain them. - The connected device configuration is JME configuration. The devices that require a complete implementation of the JVM and API through the addition of profiles including JSE API, requires Connected Device Configuration.
Connected Limited Device Configuration (CLDC) : The CLDC is used to define the set of application programming interfaces and virtual machine which are the base for resource-constrained devices like mobile phones, pagers, PDA etc.
|