<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ThotSpots &#187; final</title>
	<atom:link href="http://www.thotspots.com/tag/final/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thotspots.com</link>
	<description>Agile Software Development</description>
	<lastBuildDate>Wed, 09 Sep 2009 18:13:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>One Java Tip: &#8220;And That&#8217;s (not) Final!&#8221;</title>
		<link>http://www.thotspots.com/one-java-tip-and-thats-not-final/</link>
		<comments>http://www.thotspots.com/one-java-tip-and-thats-not-final/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 18:17:03 +0000</pubDate>
		<dc:creator>Vladimir Drndarski</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.maximsc.com/one-java-tip-and-thats-not-final/</guid>
		<description><![CDATA[Something to watch out for with initialization code is that &#8220;final&#8221; has three different meanings depending on where it&#8217;s used, and it&#8217;s easy to get confused.  For example, a common mistake is that setting a Collection to final doesn&#8217;t make the contents immutable, only the reference to the collection is immutable.
]]></description>
			<content:encoded><![CDATA[<p>Something to watch out for with initialization code is that &#8220;final&#8221; has three different meanings depending on where it&#8217;s used, and it&#8217;s easy to get confused.  For example, a common mistake is that setting a Collection to final doesn&#8217;t make the contents immutable, only the reference to the collection is immutable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thotspots.com/one-java-tip-and-thats-not-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
