<?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>JFXperience.com &#187; Java</title>
	<atom:link href="http://www.jfxperience.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jfxperience.com</link>
	<description>My thoughts on JavaFX, Java, RIA and other stuff …</description>
	<lastBuildDate>Mon, 16 Nov 2009 21:22:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JavaFX != Java</title>
		<link>http://www.jfxperience.com/2009/08/31/javax-java/</link>
		<comments>http://www.jfxperience.com/2009/08/31/javax-java/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:03:27 +0000</pubDate>
		<dc:creator>Yannick</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://www.jfxperience.com/?p=99</guid>
		<description><![CDATA[Today I found out about a small difference between JavaFX and Java&#8230; Small, but it can be annoying if you&#8217;re &#8211; like me &#8211; a Java developer.
The == operator in Java is used to compare if two objects are actually the same instance. To check if the are considered equal (logically), you  use .equals().
In JavaFX apparently, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found out about a small difference between JavaFX and Java&#8230; Small, but it can be annoying if you&#8217;re &#8211; like me &#8211; a Java developer.</p>
<p>The == operator in Java is used to compare if two objects are actually the same instance. To check if the are considered equal (logically), you  use <em>.equals()</em>.</p>
<p>In JavaFX apparently, it&#8217;s the other way around !<br />
== checks for logical equality and <em>.isSameObject()</em> is used to see if two objects are the same instance.</p>
<p>I&#8217;ll try and remember it, but I&#8217;m sure that i&#8217;ll make some mistakes before doing it correctly &#8230; and I&#8217;m pretty sure I&#8217;m not the only JavaFX developer with a Java background who&#8217;ll have problems with it &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jfxperience.com/2009/08/31/javax-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
