• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Which version should I use???

 
Ranch Hand
Posts: 222
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WTK has version 2.1 2.2
CLDC : 1.0 1.1
MIDP : 1.0 2.0
and optionally MMAPI, WMA
If I use CLDC 1.0, do I have to use MIDP 1.0 as well?
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The SCMAD exam covers MIDP 2.0 and CLDC 1.1 and need to know the differences between CLDC 1.0 and 1.1

Mark
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by HaoZhe XU:
WTK has version 2.1 2.2
CLDC : 1.0 1.1
MIDP : 1.0 2.0
and optionally MMAPI, WMA
If I use CLDC 1.0, do I have to use MIDP 1.0 as well?



As I told you before, WTK 2.1 is recommended for the exam.

CLDC specification should be 1.1, but you need to know about the difference between version 1.0 and 1.1.

But for MIDP, it must be 2.0.

MMAPI and WMA are not optional for the exam. They are a must. If you have had a look at the exam objectives, you will see that MMAPI 1.1 and WMA 1.1 are there...

For the last question, you can use CLDC 1.0 with MIDP 2.0... CLDC means just for the configuration that a J2ME systme is built on... For more advance packages and features, we need to use profiles such as MIDP, Personal Profiles and so on...

Hope my explanation helps...
 
I am a man of mystery. Mostly because of this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic