Example & Tutorial understanding programming in easy ways.

What is J2ME Architecture?.

J2ME Architecture:

There are 5 layers in J2ME Architecture.Those are:

  • 1)MIDP (TopMost Layer): Which contains Java APIs for user network connections, persistence storage, and the user interface. It also has access to CLDC libraries and MIDP libraries.
  • 2)J2ME API’s(Profiles): Which consists of the minimum set of application programming interfaces for the small computing device
  • 3)Configurations: Which handles interactions between the profile and the JVM.
  • 4)JVM
  • 5)Operating System(Bottom Layer).

1,2 and 3 are software Layers.

Read More →