OO Programming with Java


Info

Java proposes tools to manage memory & cpu usage with in particular jconsole (that uses itself other programs jstack, jmap, etc.). This one it interesting to take a look on heap (where variables/data are stored) or threads:


12 - 13