InterviewSolution
Saved Bookmarks
| 1. |
What Is Cdc ? |
|
Answer» The Connected Device CONFIGURATION (CDC) is a specification for a J2ME configuration. Conceptually, CDC deals with devices with more memory and processing POWER than CLDC; it is for devices with an always-on network connection and a minimum of 2 MB of memory AVAILABLE for the Java system. The Connected Device Configuration (CDC) is a specification for a J2ME configuration. Conceptually, CDC deals with devices with more memory and processing power than CLDC; it is for devices with an always-on network connection and a minimum of 2 MB of memory available for the Java system. |
|