<?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 Gotchas</title>
	<atom:link href="http://syfran.com/2009/10/java-gotchas/feed/" rel="self" type="application/rss+xml" />
	<link>http://syfran.com/2009/10/java-gotchas/</link>
	<description>Coding without limits</description>
	<lastBuildDate>Thu, 15 Oct 2009 21:23:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Himanshu</title>
		<link>http://syfran.com/2009/10/java-gotchas/comment-page-1/#comment-56</link>
		<dc:creator>Himanshu</dc:creator>
		<pubDate>Thu, 15 Oct 2009 21:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://syfran.com/?p=133#comment-56</guid>
		<description>Dont forget to tweak the hashcode method when modifying the equals method so that you dont break the contract between hashcode and equals. See javadoc of Object class.</description>
		<content:encoded><![CDATA[<p>Dont forget to tweak the hashcode method when modifying the equals method so that you dont break the contract between hashcode and equals. See javadoc of Object class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ferhat Ziba</title>
		<link>http://syfran.com/2009/10/java-gotchas/comment-page-1/#comment-55</link>
		<dc:creator>Ferhat Ziba</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://syfran.com/?p=133#comment-55</guid>
		<description>The pitfalls you described is not at all java specific. It&#039;s general specific (ok maybe not equals and the == operator). For example the boolean operator, as far as I know  is this a common sense in general progrramming that the second value don&#039;t evaluate if the first value becommes true or false. 

But at all it is good to write that down ;-)

my 2 cents</description>
		<content:encoded><![CDATA[<p>The pitfalls you described is not at all java specific. It&#8217;s general specific (ok maybe not equals and the == operator). For example the boolean operator, as far as I know  is this a common sense in general progrramming that the second value don&#8217;t evaluate if the first value becommes true or false. </p>
<p>But at all it is good to write that down ;-)</p>
<p>my 2 cents</p>
]]></content:encoded>
	</item>
</channel>
</rss>
