- information on how to calculate the memory usage of a Java object in general, considering the memory used for "housekeeping" by the JVM
- calculating the memory usage of Strings, which can often the type of object to use up the biggest proportion of space in a Java application: this section actually considers the memory use of string-related objects such as StringBuffers and StringBuilders
Comments on these articles welcome as usual.