How to get RAM size in JavaME Netbeans

I am working on a JavaME client application in Netbeans. Now I want to know the size of RAM that was allocated for the JavaME simulator. I tried to find out the size of RAM in the JavaME Netbeans simulator. But I did not understand this. Can you suggest me how to get the RAM size in JavaME simulator. Thanks in advance.

+3
source share
1 answer

I found a good article about Java ME memory requirements and its CLDC specifications at http://www.techopedia.com/definition/24254/java-platform-micro-edition-java-me
as well, http: //www.developer .nokia.com / Community / Wiki / CLDC These articles have helped me, and I hope this helps you. Thank.

+2
source

All Articles