1.I’ve 1 MB png file in server but mobile supports 512 KB only So, how can
You download/access the image?
2.The mobile device has only 512 KB heap memory. An application needs 1 MB heap memory. How to make this application run without any problem?
3.If there are 3 applications each of 512 KB heap memory then, how memory management is done?
these are some questions that i found on the internet.
according me answer of these questions are
1.we can compress image with help of compression algorithms like
Bresenham algorithm.
2.in the j2me applications classes are loaded on run time so if there is only 512 mb heap memory is available, we can manage heap memory by dividing some functionality in different class and we can stop loading of that class.
if these questions are not correct or incomplete, help me to find the answers.

Reply With Quote



