What is J2ME?
By Emiley J. Viewed: 31785 times Emailed: 261 times Printed: 275 times
J2ME is the short form for Java 2 Micro Edition. J2ME is meant for tiny devices such as mobile phones, TV set top boxes, Vehicle telematics, pagers, PDAs etc.
There are many differences between J2ME and other Editions of Java. The reason being the target devices of J2ME are very much different from the Computers.
Some of the main differences between computers and the J2ME devices are:
- Limited processing power
- Limited system memory
- Limited storage capacity
- Small display
- Less Battery power
- Limited connectivity to internet
J2ME was designed with all these above considerations. The J2ME compliant device manufacturers include the miniature version of the JVM in their devices, which is very light weight and suitable for these small devices. This JVM enables the execution of small Java programs which are called midlets. These midlets since they are nothing but Java programs (a little bit different) make these devices very powerful.
The J2ME applications can be used to do many useful things. A few of the capabilities of a J2ME program are:
- Making UDP connections back to the server or communication between two devices.
- Making HTTP connections back to a HTTP server to make rich applications
- Making Socket connections
- Bar Code scanning
- Bluetooth programming
- and many other programs limited only by your imagination.
Comments(19)
| 1. | Good Introduction to start j2me.thanks |
| 2. | It's very useful to j2me beginners |
| 3. | It's so crazy to the adventures of J2ME side and we expect more like this |
| 4. | Nice Intro to start J2Me |
| 5. | Thanks for the introduction of j2me |
| 6. | This website is great for the students who want to understand any OOPS languages. Thank You for give me required knowledge. |
| 7. | Nice site to assist learners to study without much difficulties.Thanx!! |
| 8. | thanks for ur j2me discription..... |
| 9. | very informative and hope it will give some more details on different j2me topics. |
| 10. | Thanks for the explicit introduction! |
| 11. | i want some more info to make my final project. |
| 12. | I wish to implement geocoding and reverse geocoding for the map interface for my project. Can it be implemented using J2ME. If so can anyone tell me hw to implement it..... |
| 13. | It can be Made Popular by adding Links or Suggestions to read More Examples & tutorials |
| 14. | Interesting introduction...thank you |
| 15. | This is a nice introduction. Thanks a lot. |
| 16. | I got a project on J2ME and i was to start to know j2me and i got this page . It was really very helpful for me. Thanks a lot to the tutor or this tutorial.......... |
| 17. | it's amazing intro for me. and i think it will be very easy to understand the language as a student to every student. thanks java............................... |
| 18. | the language of your information is easu and more efficient for learn about j2me |
| 19. | very good and very simple for beginers |
Latest Tutorials
More Latest News
Most Viewed Articles (in last 30 days)

