Java 2 Platform Micro Edition (J2ME)
Advertisement
Techopedia Explains Java 2 Platform Micro Edition (J2ME)
J2ME came into existence sometime in 1999 as one of the specialized platforms under Java 2. Other platforms that came with it were J2EE for server applications and J2SE for regular applications. J2ME is composed of two subsets of Java class libraries known as configurations: Connected Limited Device Configuration (CLDC): This subset is specifically designed for resource-constrained devices. Such devices, including certain cell phones, typically have very little memory, processing power and graphics capabilities. It includes two profiles or APIs (application programming interfaces): the Mobile Information Device Profile and the Information Device Profile. Connected Device Configuration (CDC): This subset is designed for more capable devices such as smartphones, PDAs and set-top boxes. It also includes two profiles or APIs: The Foundation Profile and the Personal Basis Profile. A third set of APIs, called optional packages, may also be used when integrating specific technologies (such as Bluetooth, Mobile Media, and Web Services) into an application. To develop a Java ME application, the Java ME Software Development Kit (SDK) is required. The SDK contains all the tools for building, testing and deploying. For faster development, graphical Integrated Development Environments (IDEs) may be used.Advertisement
Synonyms
Java ME, Java Platform, Micro Edition
Related Reading
- Functional Programming Languages: Past, Present and Future
- Multimodal Learning: A New Frontier in Artificial Intelligence
- Uncovering Security Breaches
- 10 Big Data Do's and Don'ts
- Can the Blockchain Be Hacked?
- What Is an Air Gap Backup and Why Do You Need One?