This section provides a tutorial example on testing garbage collection by comparing performances between release old objects and new objects.
In the previous tests, objects were released from the tail of the list. So
old objects were released first. To see if there are any differences
between releasing old objects and new objects, I changed the code to use
the objList.removeHead() method. 4 tests were conducted to compare with
the previous tests: