| Author |
Which Editions are required?
|
Swapnil Sonawane
Ranch Hand
Joined: Jan 02, 2008
Posts: 190
|
|
I came across one question. Which editions are required to develop a small application to run on mobile phones. Which editions are required to do that? The answer they have given is : J2SE and J2ME I don't understand why J2SE is required here. Any help?
|
Swapnil S. Sonawane<br /> <br />B.Tech (Expected May 2009)<br />Computer Science, NIT Durgapur, India<br />SCJA 1.0
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
Well, J2ME is a self-contained, micro-device development environment. If the application only used a handheld, only J2ME is required. Quite often those questions involve a micro device, and some wording that indicates the data submitted by the micro-device will be read or used by a desktop application, which then precipitates the need for J2SE. -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
 |
|
|
subject: Which Editions are required?
|
|
|