What is the J2ME platform?

What is the J2ME platform?

Java Platform 2 Micro Edition :

- JME is a specification of a java platform for developing software for microelectronic devices, such as PDA, Mobile phones, home appliances etc. JME devices implement a profile that is aimed at mobile devices, customer products, embedded devices.

- Java ME has user interfaces, security, offline applications that can downloaded, built in network protocol, support for network. JME applications are portable which can leverage native capabilities of each device. Users demanding the new features and capabilities to the services for their devices, the content developers strive to create new features.

- End users are constantly demanding new features and additional capabilities to their services, which content developers strive to create. These devices are deployed by the carriers onto their mobile devices and drives new business.
J2ME defines two configurations - CLDC and CDC. Explain them
The connected device configuration is JME configuration. The devices that require a complete implementation of the JVM and API through the addition of profiles including JSE API, requires Connected Device Configuration.....
What are profiles in J2ME?
A profile of JME is a jargon used in API for JME implementations that supports for a type of a device..
What is Java Community Process (JCP)?
Java Community Process is a process of involving interested parties for the involvement of the future versions of java platform..
Post your comment