J2ME


Short for Java 2 Platform Micro Edition. J2ME is Sun Microsystems’ answer to a consumer wireless device platform. J2ME allows developers to use Java and the J2ME wireless toolkit to create applications and programs for wireless and mobile devices.

J2ME consists of two elements — configurations and profiles.

Configurations provide a set of libraries and a virtual machine for a category of wireless device. There are two configurations for J2ME, one for fixed wireless devices and one for mobile wireless devices.

Profiles are APIs built on top of configurations to provide a runtime environment for a specific device, such as a PDA, cellphone, or set-top box. The profile manages the application, user interface, networking and I/O.

In order to support Java apps, manufacturers need to implement a profile for their specific devices.

Read Also:

  • JAR

    Short for Java Archive, a file format used to bundle all components required by a Java applet. JAR files simplify the downloading of applets since all the components (.class files, images, sounds, etc.) can be packaged into a single file. In addition, JAR supports data compression, which further decreases download times. By convention, JAR files […]

  • JBOD

    Just a Bunch Of Disks Used to refer to hard disks that aren’t configured according to RAID– a subsystem of disk drives that improves performance and fault tolerance.

  • JBOSS

    An application server written in Java that can host business components developed in Java. Essentially, JBOSS is an open source implementation of J2EE that relies on the Enterprise JavaBeans specification for functionality.

  • Java Database Connectivity (JDBC)

    Short for Java Database Connectivity, a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database. Since nearly all relational database management systems (DBMSs) support SQL, and because Java itself runs on most platforms, JDBC makes it possible to write a single database application that […]

  • JDK

    Short for Java Development Kit, a software development kit (SDK) for producing Java programs. The JDK is developed by Sun Microsystem’s JavaSoft division. The most recent versions include the JavaBeans component architecture and support for JDBC.


Disclaimer: J2ME definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.