<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Overloading methods and passing &#8216;null&#8217; as argument</title>
	<atom:link href="http://www.homik.de/think/index.php/2008/10/28/overloading-methods-and-passing-null-as-argument/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.homik.de/think/index.php/2008/10/28/overloading-methods-and-passing-null-as-argument/</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 23:11:01 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ankit Jain</title>
		<link>http://www.homik.de/think/index.php/2008/10/28/overloading-methods-and-passing-null-as-argument/comment-page-1/#comment-4365</link>
		<dc:creator>Ankit Jain</dc:creator>
		<pubDate>Thu, 14 May 2009 12:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/10/28/overloading-methods-and-passing-null-as-argument/#comment-4365</guid>
		<description>what if i pass Object as argument?

     setProperty((Object)null); 

or if the value null gets resolved at runtime?
e.g.

      Object a = null;
      setProperty(a );

how will javac or JRE react to such behavior?

- ankit</description>
		<content:encoded><![CDATA[<p>what if i pass Object as argument?</p>
<p>     setProperty((Object)null); </p>
<p>or if the value null gets resolved at runtime?<br />
e.g.</p>
<p>      Object a = null;<br />
      setProperty(a );</p>
<p>how will javac or JRE react to such behavior?</p>
<p>- ankit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uwe schaefer</title>
		<link>http://www.homik.de/think/index.php/2008/10/28/overloading-methods-and-passing-null-as-argument/comment-page-1/#comment-4275</link>
		<dc:creator>uwe schaefer</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/10/28/overloading-methods-and-passing-null-as-argument/#comment-4275</guid>
		<description>the good news is, that you can cast:

setProperty((String)null);</description>
		<content:encoded><![CDATA[<p>the good news is, that you can cast:</p>
<p>setProperty((String)null);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
