CLDC stands for Connected Limited Device Configuration. It defines runtime environment for devices with limited storage capacity. It is designed for 16-bit or 32-bit devices. CLDC complacent devices have a memory capacity ranging between 160 and 512 KB. The Connected Limited Device Configuration (CLDC) is a specification of a framework for Java ME applications targeted at devices with very limited resources, such as pagers and mobile phones. CLDC was developed under the Java Community Process as
Following are the limitations of CLDC:
- The Serializable interface is not supported.
- java.lang.Thread.interrupted() is not supported.
- The java.lang.reflect package and any of its classes are not supported.
- Methods on java.lang.Class that obtain Constructors or Methods or Fields are not supported.
- Floating point math and data structures are not supported.
- Weak references are not supported.
- java.lang.Thread.interrupt() is not supported.
Copyright © 2009-2010 Wikipedia. All rights reserved.
Get certified in first attempt download scja - SCJA simulation. Best exam simulation SUN CX310-019 download free trial.If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.