Noel J. Bergman wrote: > > > When I see variables set to null after their use, > > I think that this programmer does not know Java. > > There are good reasons for doing this, but not if the variables are > transient.
Noel, What 'good reasons' did you have in mind? What do you mean by 'transient'? Maybe... - 'Transient' = lifetime <= program scope - 'Persistent' = lifetime > program scope ??? -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]