Example & Tutorial understanding programming in easy ways.

what is the Limitations with J2ME explain?.

 Limitations with J2ME:

Some of the limitations of J2ME compared with Core JAVA:

  • Some J2SE applications require classes that are not available in J2ME.
  • Java applications won’t run in the J2ME environment without requiring modification to the code.
  • Devices that use the CDC configuration use the full Java Virtual Machine implementation, while devices that use the CLDC configuration use the Kjava Virtual Machine implementation.
  • MIDlets are controlled by application management software (AMS). So we cant invoke a MIDLET like a J2SE Application.

Read More →