What is CLDC ?
Answer / guest
The Connected, Limited Device Configuration (CLDC) is a
specification for a J2ME configuration. The CLDC is for
devices with less than 512 KB or RAM available for the Java
system and an intermittent (limited) network connection. It
specifies a stripped-down Java virtual machine1 called the
KVM as well as several APIs for fundamental application
services. Three packages are minimalist versions of the J2SE
java.lang, java.io, and java.util packages. A fourth
package, javax.microedition.io, implements the Generic
Connection Framework, a generalized API for making network
connections.
| Is This Answer Correct ? | 3 Yes | 0 No |
how can we call parametrized constrctor using reflection like Class.newInstance()...call default constrctor ..but how can we call paramitrize constroctor in reflection
What is JCP ?
What are the mobile viruses?
Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one command,when I click that command the control is not coming to CommandAction() method of that canvas. Can u suggest me any solution for this?
What is CLDC ?
What is RMI OP
What is KittyHawk ?
Explain i-appli ?
Hi how to create a mobile book on j2me program, for example dictionary, bible, magazine…. then read on the mobile phone, tell me the code and steps or other help site. Thanks
What is SMS ?
What is PCS ?
What is Java Card ?