----- Original Message ----- From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 7:25 AM Subject: Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant Project .java
> On Wed, 11 Sep 2002, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > FWIW, this kind of method releasing resources is usually called > > dispose(). > > unless it is in java.awt.Image, where it is called flush 8-) > And on .net there is an IDisposable interface and a using() language construct that aims to provide deterministic disposal calling to programmers who can't deal with a GC invoking 'whenever', and who (fortunately) cant deal with threading either. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
