<?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: Anonymous Classes in Java</title>
	<atom:link href="http://www.techartifact.com/blogs/2009/08/anonymous-classes-in-java.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs/2009/08/anonymous-classes-in-java.html</link>
	<description>Techie blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 17:46:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Pravin Jain</title>
		<link>http://www.techartifact.com/blogs/2009/08/anonymous-classes-in-java.html/comment-page-1#comment-960</link>
		<dc:creator>Pravin Jain</dc:creator>
		<pubDate>Sun, 23 Aug 2009 05:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=865#comment-960</guid>
		<description>&quot;Instead of passing arguments to a constructor, your inner class methods can reach out and grab what they need directly from local variables in the enclosing method.&quot;

FYI local variables from the enclosing method can be accessed from the methods of the anonymous class only if these are final vairables.</description>
		<content:encoded><![CDATA[<p>&#8220;Instead of passing arguments to a constructor, your inner class methods can reach out and grab what they need directly from local variables in the enclosing method.&#8221;</p>
<p>FYI local variables from the enclosing method can be accessed from the methods of the anonymous class only if these are final vairables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart Smith</title>
		<link>http://www.techartifact.com/blogs/2009/08/anonymous-classes-in-java.html/comment-page-1#comment-943</link>
		<dc:creator>Stewart Smith</dc:creator>
		<pubDate>Thu, 20 Aug 2009 09:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=865#comment-943</guid>
		<description>The bug you have here is that you don&#039;t create and start a thread.</description>
		<content:encoded><![CDATA[<p>The bug you have here is that you don&#8217;t create and start a thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.techartifact.com/blogs/2009/08/anonymous-classes-in-java.html/comment-page-1#comment-937</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Tue, 18 Aug 2009 06:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=865#comment-937</guid>
		<description>Wow! Anonymous classes! Did you wake up yesterday after decade being sleeping?
FYI you can pass parameters in constructor of anonymous class, if appropriate super constuctor exists.</description>
		<content:encoded><![CDATA[<p>Wow! Anonymous classes! Did you wake up yesterday after decade being sleeping?<br />
FYI you can pass parameters in constructor of anonymous class, if appropriate super constuctor exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PimpThisBlog.com</title>
		<link>http://www.techartifact.com/blogs/2009/08/anonymous-classes-in-java.html/comment-page-1#comment-928</link>
		<dc:creator>PimpThisBlog.com</dc:creator>
		<pubDate>Mon, 17 Aug 2009 11:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=865#comment-928</guid>
		<description>&lt;strong&gt;anonymous-classes-in-java &#124; techartifact...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from PimpThisBlog.com...</description>
		<content:encoded><![CDATA[<p><strong>anonymous-classes-in-java | techartifact&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from PimpThisBlog.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
