iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Java Support > Garbage Collection Issues > ChameleonDateTime Objects |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
For the most part it's not necessary to worry about calling the release() method on ChameleonDateTime objects. Generally the instances of these objects are owned by the Table objects that you are manipulating. In the case of the static class method, now() refers to a singleton object so there are no problems with it. The only time you would have to worry about calling release() on this object is if you created a standalone instance of the class. |