Re: creating a new instance



But if you want to be sure, then set t = null; after the call to goo

And (assuming everything is syncronous) if you REALLY want to be in control, call the garbage collector explicitly:


System.gc();

/Casper
.