Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1358
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Disposing of Objects? |
| Date | 2011-11-16 06:23 -0800 |
| Organization | Canadian Mind Products |
| Message-ID | <8ph7c71avtmk3ff0ctmv43mcu70jdvd8jc@4ax.com> (permalink) |
| References | <752b3c45-6455-4f52-8cf8-d2ba7714b51f@p16g2000yqd.googlegroups.com> |
On Tue, 15 Nov 2011 06:59:12 -0800 (PST), Davej <galt_57@hotmail.com> wrote, quoted or indirectly quoted someone who said : >If I have global objects is it desirable to dispose of them before >reinstantiating them? Thanks. That is fully automatic in Java. Unlike C++ you can't dispose of them, just delete a reference to them, which is noticed on the next gc cycle. see http://mindprod.com/jgloss/garbagecollection.html -- Roedy Green Canadian Mind Products http://mindprod.com I can't come to bed just yet. Somebody is wrong on the Internet.
Back to comp.lang.java.help | Previous | Next — Previous in thread | Find similar
Disposing of Objects? Davej <galt_57@hotmail.com> - 2011-11-15 06:59 -0800
Re: Disposing of Objects? markspace <-@.> - 2011-11-15 07:08 -0800
Re: Disposing of Objects? Lew <lewbloch@gmail.com> - 2011-11-15 08:17 -0800
Re: Disposing of Objects? Davej <galt_57@hotmail.com> - 2011-11-15 09:56 -0800
Re: Disposing of Objects? Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2011-11-15 10:10 -0800
Re: Disposing of Objects? Davej <galt_57@hotmail.com> - 2011-11-15 12:15 -0800
Re: Disposing of Objects? markspace <-@.> - 2011-11-15 12:51 -0800
Re: Disposing of Objects? Lew <lewbloch@gmail.com> - 2011-11-15 13:00 -0800
Re: Disposing of Objects? Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-11-15 21:59 -0500
Re: Disposing of Objects? markspace <-@.> - 2011-11-15 19:13 -0800
Re: Disposing of Objects? Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-11-15 22:32 -0500
Re: Disposing of Objects? Davej <galt_57@hotmail.com> - 2011-11-15 08:08 -0800
Re: Disposing of Objects? markspace <-@.> - 2011-11-15 08:32 -0800
Re: Disposing of Objects? Lew <lewbloch@gmail.com> - 2011-11-15 12:57 -0800
Re: Disposing of Objects? Roedy Green <see_website@mindprod.com.invalid> - 2011-11-16 06:23 -0800
csiph-web