• 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

Memory limitation in CLDC configuration devices

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

While reading j2me i noticed one sentence
" CLDC devices will have limited amount of memory between 160KB to 512KB "

Does the above line means ..if we are having memory more than 512KB say for example 2MB or even more then we cannot use CLDC configuration....
[ April 17, 2006: Message edited by: harish thrivile ]
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This only means that most CLDC devices will likely have less than 512 KB
of memory and CLDC applications should be designed with that amount in mind.

This does not mean that there are not CLDC devices with more than 512 KB,
or that applications taking more than 512 Kb of memory will not run.
In fact most mobile phones for example now have much more than 512 Kb.
 
reply
    Bookmark Topic Watch Topic
  • New Topic