What does CLDC stand for?
CLDC stands for Connected Limited Device Configuration. The Connected Limited Device Configuration (CLDC) defines the base set of application programming interfaces and a virtual machine for resource-constrained devices like mobile phones, pagers, and mainstream personal digital assistants. When coupled with a profile such as the Mobile Information Device Profile (MIDP), it provides a solid Java platform for developing applications to run on devices with limited memory, processing power, and graphical capabilities.
Location: http://www.jguru.com/faq/view.jsp?EID=231644 Created: Oct 18, 2000 Modified: 2000-10-30 18:20:15.254 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) “CLDC” is the J2ME Connected Limited Device Configuration. You can learn more about it at http://java.sun.com/products/cldc/.