<?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: Nested classes : static and non-static</title>
	<atom:link href="http://www.coderfriendly.com/2009/06/27/inner-classes-static-and-non-static/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderfriendly.com/2009/06/27/inner-classes-static-and-non-static/</link>
	<description>Writing about software and human behavior...</description>
	<lastBuildDate>Wed, 30 Jun 2010 22:03:18 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: coder-friendly</title>
		<link>http://www.coderfriendly.com/2009/06/27/inner-classes-static-and-non-static/comment-page-1/#comment-399</link>
		<dc:creator>coder-friendly</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderfriendly.com/?p=506#comment-399</guid>
		<description>Correction done.</description>
		<content:encoded><![CDATA[<p>Correction done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Morris</title>
		<link>http://www.coderfriendly.com/2009/06/27/inner-classes-static-and-non-static/comment-page-1/#comment-398</link>
		<dc:creator>Tony Morris</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderfriendly.com/?p=506#comment-398</guid>
		<description>No worries mate ;)</description>
		<content:encoded><![CDATA[<p>No worries mate <img src='http://www.coderfriendly.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coder-friendly</title>
		<link>http://www.coderfriendly.com/2009/06/27/inner-classes-static-and-non-static/comment-page-1/#comment-397</link>
		<dc:creator>coder-friendly</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderfriendly.com/?p=506#comment-397</guid>
		<description>Hello Tony,
Oh... Sorry for the confusion and you&#039;re right. Thank you for your comment, it helps me. I&#039;ve just checked the JLS. I&#039;ll make the correction soon.
For other readers, I put a first correction here:
Both of the classes that I described here are nested classes. 
A nested class but not inner is what I called &quot;static inner class&quot;.
An inner class is a kind of nested class. I called it &quot;non-static inner classes&quot;. They can be local, anonymous or non-static member classes.
As you see, I put the wrong names but the concepts are there. I make the correction as soon as possible. 
Thank you Tom.
Coderfriendly</description>
		<content:encoded><![CDATA[<p>Hello Tony,<br />
Oh&#8230; Sorry for the confusion and you&#8217;re right. Thank you for your comment, it helps me. I&#8217;ve just checked the JLS. I&#8217;ll make the correction soon.<br />
For other readers, I put a first correction here:<br />
Both of the classes that I described here are nested classes.<br />
A nested class but not inner is what I called &#8220;static inner class&#8221;.<br />
An inner class is a kind of nested class. I called it &#8220;non-static inner classes&#8221;. They can be local, anonymous or non-static member classes.<br />
As you see, I put the wrong names but the concepts are there. I make the correction as soon as possible.<br />
Thank you Tom.<br />
Coderfriendly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Morris</title>
		<link>http://www.coderfriendly.com/2009/06/27/inner-classes-static-and-non-static/comment-page-1/#comment-395</link>
		<dc:creator>Tony Morris</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderfriendly.com/?p=506#comment-395</guid>
		<description>&quot;I remark that the difference between static inner classes and standard inner classes is not always understood by every developer.&quot;

I remark that you don&#039;t understand the difference between static inner classes and non-static inner classes. The former does not exist while the latter does :)

You have confused nested classes with inner classes. See JLS Section 8.</description>
		<content:encoded><![CDATA[<p>&#8220;I remark that the difference between static inner classes and standard inner classes is not always understood by every developer.&#8221;</p>
<p>I remark that you don&#8217;t understand the difference between static inner classes and non-static inner classes. The former does not exist while the latter does <img src='http://www.coderfriendly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You have confused nested classes with inner classes. See JLS Section 8.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
