Pergunta

I developing j2me application. In this application i need to identify the mobile heap memory on runtime. Is it possible?

Foi útil?

Solução

 Runtime.getRuntime().totalMemory();
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top