• 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

What is the difference between MIDP 2.0 and 1.0

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.
 
Ranch Hand
Posts: 524
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well there is quite a few differences, for example, midp 2.0 supports floating point calculations, trusted midlets etc. The best source would be the MIDP 2.0 specification. Hope it helps.... Regards
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MIDP contains those classes which are specially designed for the mobiles.For example the awt package are used in core java and the same package are redesigned for mobile and it becomes "lcdui".

The MIDP 2.0 contains some advance classes which are designed for higher handset in which resources are not a problem.Like GameCanvas etc.You can use MMAPI for playing midi , wav files in MIDP2.0.

The MIDP1.0 are designed for lower handset where resouces are very limited.

With Regards
Pankaj Bisaria
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic