InterviewSolution
| 1. |
What Is Configuration ? |
|
Answer» In J2ME, a configuration defines the minimum Java runtime environment for a FAMILY of devices: the combination of a Java virtual MACHINE (either the standard J2SE virtual machine or a much more limited version called the CLDC VM) and a core set of APIs. CDC and CLDC are configurations. SEE also profile, optional package. In J2ME, a configuration defines the minimum Java runtime environment for a family of devices: the combination of a Java virtual machine (either the standard J2SE virtual machine or a much more limited version called the CLDC VM) and a core set of APIs. CDC and CLDC are configurations. See also profile, optional package. |
|