Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1353
| From | Eric Sosman <esosman@ieee-dot-org.invalid> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Disposing of Objects? |
| Date | 2011-11-15 21:59 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <j9v8v6$2bn$1@dont-email.me> (permalink) |
| References | <752b3c45-6455-4f52-8cf8-d2ba7714b51f@p16g2000yqd.googlegroups.com> <j9tv9q$dvi$1@dont-email.me> <14847360.425.1321373842152.JavaMail.geo-discussion-forums@prgt40> <a6100ea3-c1bd-450e-9750-1277fc00c8bd@w1g2000vba.googlegroups.com> |
On 11/15/2011 12:56 PM, Davej wrote:
> On Nov 15, 10:17 am, Lew<lewbl...@gmail.com> wrote:
>> [...]
>>
>> What do you mean by "reinstantiating"?
>>
>
>
> I have q declared as a global inside the main class...
>
> public class MortgageView extends FrameView {
> Mortgage q;//globals
>
> ...then inside the button event handler I execute...
>
> q = new Mortgage(amt, term, int);//creates table
>
> ...if the button is pressed again the statement is executed again. I
> would call this "reinstantiation."
Okay. I'll call it "Haddocks' Eyes."
The operations you describe do not "reinstantiate" anything unless
we choose to adopt the White Knight's verbiage. Rather, they create
one object instance and later create another. You will find that the
two instances have nothing in common beyond belonging to the same class.
I am an instance of homo sapiens, you (I suppose) are another; are you
my reinstantiation or am I yours?
--
Eric Sosman
esosman@ieee-dot-org.invalid
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next 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