http://qs321.pair.com?node_id=186541


in reply to Re: Re: Re: Polls should be closed at
in thread Polls should be closed at

    I don't know C or Java very well, but I believe it is a reference to the (debatable) benefit of Java over C/C++.
    In C, when you create a variable, you have to reserve memory for it. Then when you are done with the variable you must close that area of memory. In Java, you just use the variable and it cleans up for you. Java-type people call this garbage collection.

-- GhodMode