Re: How to give selective access to the methods in a class?
- From: Chris Smith <cdsmith@xxxxxxx>
- Date: Fri, 11 Aug 2006 08:55:42 -0600
toton <abirbasak@xxxxxxxxx> wrote:
setting an object null, when it is no more in use anyway helps gc?
I'll just respond to this. No, except in specific circumstances or
unless you've done something else wrong, setting a reference to null
doesn't help garbage collection.
(Incidentally, there is no such thing as setting an object to null.
Null is a value for a reference, and it doesn't have anything to do with
objects.)
--
Chris Smith - Lead Software Developer / Technical Trainer
MindIQ Corporation
.
- Follow-Ups:
- Re: How to give selective access to the methods in a class?
- From: Patricia Shanahan
- Re: How to give selective access to the methods in a class?
- References:
- How to give selective access to the methods in a class?
- From: toton
- Re: How to give selective access to the methods in a class?
- From: Eric Sosman
- Re: How to give selective access to the methods in a class?
- From: toton
- Re: How to give selective access to the methods in a class?
- From: Eric Sosman
- Re: How to give selective access to the methods in a class?
- From: toton
- Re: How to give selective access to the methods in a class?
- From: Eric Sosman
- Re: How to give selective access to the methods in a class?
- From: toton
- Re: How to give selective access to the methods in a class?
- From: Eric Sosman
- Re: How to give selective access to the methods in a class?
- From: toton
- How to give selective access to the methods in a class?
- Prev by Date: Re: polymorphic voodoo?
- Next by Date: Re: How to give selective access to the methods in a class?
- Previous by thread: Re: How to give selective access to the methods in a class?
- Next by thread: Re: How to give selective access to the methods in a class?
- Index(es):