RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-07 Thread Jesper Kehlet
llage@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesper KehletSent: Thursday, July 07, 2005 11:43 AMTo: Axapta-Knowledge-Village@yahoogroups.comSubject: RE: [Axapta-Knowledge-Village] Remove Class from memory ? Karsten Krabbes just wrote an excellent reply regarding this, I just want to add

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-07 Thread Jesper Kehlet
: Axapta-Knowledge-Village@yahoogroups.comSubject: RE: [Axapta-Knowledge-Village] Remove Class from memory ? Is the finalize() method in java will be called beforegarbage collector clean up the object?So if I want to do some thing before the destructionof the object I can put the code in the finalize

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-06 Thread Jayson Joseph Thattil
ill take care of the rest... > > > - > From: Axapta-Knowledge-Village@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Subrahmanyam, Mamidi > Sent: Tuesday, July 05, 2005 10:00 AM > To: Axapta-Knowledge-Village@yahoogroups.com > Sub

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-06 Thread Jesper Kehlet
will take care of it. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Subrahmanyam, MamidiSent: Wednesday, July 06, 2005 2:34 PMTo: Axapta-Knowledge-Village@yahoogroups.comSubject: RE: [Axapta-Knowledge-Village] Remove Class from memory ? There is nothi

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-06 Thread Subrahmanyam, Mamidi
.  Instead, use < Class > = null.  The JVM/GC will take care of the rest... From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Subrahmanyam, MamidiSent: Tuesday, July 05, 2005 10:00 AMTo: Axapta-Knowledge-Village@yahoogroups.comSubject: Re: [Axapta-Knowledge

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-06 Thread Jesper Kehlet
10:00 AMTo: Axapta-Knowledge-Village@yahoogroups.comSubject: Re: [Axapta-Knowledge-Village] Remove Class from memory ? Hi ,   I assume you are asking a 'Honest' question. ( Not because of you got in the exam :-) )   Yes. Its like a garbage collector in JAVA and Delete call in C++.

Re: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-05 Thread Subrahmanyam, Mamidi
Hi ,   I assume you are asking a 'Honest' question. ( Not because of you got in the exam :-) )   Yes. Its like a garbage collector in JAVA and Delete call in C++.   So If you have explicitly allocated a block of memory for a class ( Potentially your 'own' class ) in order to realse the memory ,