<?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: Simple Tips For Clean Memory Management In Java</title>
	<atom:link href="http://regulargeek.com/2010/02/04/simple-tips-for-clean-memory-management-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://regulargeek.com/2010/02/04/simple-tips-for-clean-memory-management-in-java/</link>
	<description>Where programming, the internet and social media collide.</description>
	<lastBuildDate>Mon, 21 May 2012 05:30:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rob Diana</title>
		<link>http://regulargeek.com/2010/02/04/simple-tips-for-clean-memory-management-in-java/comment-page-1/#comment-3493</link>
		<dc:creator>Rob Diana</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=1465#comment-3493</guid>
		<description>Kevin

Technically, these tips probably apply to the majority of languages, but I did not want to assume anything. When it comes to C and C++, frameworks are a great option as memory management is a serious pain in the ass.</description>
		<content:encoded><![CDATA[<p>Kevin</p>
<p>Technically, these tips probably apply to the majority of languages, but I did not want to assume anything. When it comes to C and C++, frameworks are a great option as memory management is a serious pain in the ass.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://regulargeek.com/2010/02/04/simple-tips-for-clean-memory-management-in-java/comment-page-1/#comment-3492</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=1465#comment-3492</guid>
		<description>While C does not have garbage collection, these points can be applied to a C program as well.

C provides better control over when and where to free unwanted memory. However we all know the risk of &quot;missing&quot; some deallocation and having memory leaks.</description>
		<content:encoded><![CDATA[<p>While C does not have garbage collection, these points can be applied to a C program as well.</p>
<p>C provides better control over when and where to free unwanted memory. However we all know the risk of &#8220;missing&#8221; some deallocation and having memory leaks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.416 seconds -->

