<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java Memory Leaks w/ Finalize Examples</title>
	<atom:link href="http://elliottback.com/wp/java-memory-leaks-w-finalize-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://elliottback.com/wp/java-memory-leaks-w-finalize-examples/</link>
	<description>Internet &#38; Technology</description>
	<lastBuildDate>Sun, 22 Nov 2009 02:40:56 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Govind</title>
		<link>http://elliottback.com/wp/java-memory-leaks-w-finalize-examples/#comment-2189558</link>
		<dc:creator>Govind</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/02/03/java-memory-leaks-w-finalize-examples/#comment-2189558</guid>
		<description>thanks, these is amazing thing but actually in C langugae using of malloc function for creating real time memory heap.</description>
		<content:encoded><![CDATA[<p>thanks, these is amazing thing but actually in C langugae using of malloc function for creating real time memory heap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://elliottback.com/wp/java-memory-leaks-w-finalize-examples/#comment-2188300</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Fri, 14 Aug 2009 06:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/02/03/java-memory-leaks-w-finalize-examples/#comment-2188300</guid>
		<description>I am guessing that this ResultSet/Statement issue is because these are actually using the JNI and so the java garbage collector isn&#039;t responsible for cleaning them up.</description>
		<content:encoded><![CDATA[<p>I am guessing that this ResultSet/Statement issue is because these are actually using the JNI and so the java garbage collector isn&#8217;t responsible for cleaning them up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brent</title>
		<link>http://elliottback.com/wp/java-memory-leaks-w-finalize-examples/#comment-2185409</link>
		<dc:creator>brent</dc:creator>
		<pubDate>Sun, 14 Jun 2009 01:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/02/03/java-memory-leaks-w-finalize-examples/#comment-2185409</guid>
		<description>A sure fire to create a memory leak is to use the Applet&#039;s sound class...</description>
		<content:encoded><![CDATA[<p>A sure fire to create a memory leak is to use the Applet&#8217;s sound class&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://elliottback.com/wp/java-memory-leaks-w-finalize-examples/#comment-2167330</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 21 Nov 2008 16:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/02/03/java-memory-leaks-w-finalize-examples/#comment-2167330</guid>
		<description>Another static analysis tool for detection of memory leaks in Java is Klocwork Developer for Java.  You can try it for free on your code at &lt;a href=&quot;http://www.klocwork.com/products/developerJava.asp&quot;&gt;http://www.klocwork.com/products/developerJava.asp&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Another static analysis tool for detection of memory leaks in Java is Klocwork Developer for Java.  You can try it for free on your code at <a href="http://www.klocwork.com/products/developerJava.asp">http://www.klocwork.com/products/developerJava.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://elliottback.com/wp/java-memory-leaks-w-finalize-examples/#comment-2055580</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 09 Sep 2008 03:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/02/03/java-memory-leaks-w-finalize-examples/#comment-2055580</guid>
		<description>Interesting work. Thanks. I found a sure way to cause a memory leak.. don&#039;t close a ResultSet or a Statement, even if they are local vars and the method exits, the dangling ResultSet and/or Statement will hang around. In this case use try-catch-finally and close those two in the finally block. (this is assuming you are using a connection pool and the pool will take care of he Connection. Happy coding.... :)</description>
		<content:encoded><![CDATA[<p>Interesting work. Thanks. I found a sure way to cause a memory leak.. don&#8217;t close a ResultSet or a Statement, even if they are local vars and the method exits, the dangling ResultSet and/or Statement will hang around. In this case use try-catch-finally and close those two in the finally block. (this is assuming you are using a connection pool and the pool will take care of he Connection. Happy coding&#8230;. <img src='http://elliottback.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
