<?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: The &#8216;final&#8217; keyword in Java</title>
	<atom:link href="http://www.techtamasha.com/the-final-keyword-in-java/36/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techtamasha.com/the-final-keyword-in-java/36</link>
	<description>a new play everyday</description>
	<lastBuildDate>Thu, 12 Aug 2010 17:09:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Nischal Shetty</title>
		<link>http://www.techtamasha.com/the-final-keyword-in-java/36/comment-page-1#comment-839</link>
		<dc:creator>Nischal Shetty</dc:creator>
		<pubDate>Wed, 18 Feb 2009 15:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=36#comment-839</guid>
		<description>@lakshmi

Yeah, very true :) Thanks for pointing that out. My article holds good for instance variables that are final. 

Class variables which are final are the ones that can be only initialized inside the constructor.</description>
		<content:encoded><![CDATA[<p>@lakshmi</p>
<p>Yeah, very true <img src='http://www.techtamasha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks for pointing that out. My article holds good for instance variables that are final. </p>
<p>Class variables which are final are the ones that can be only initialized inside the constructor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lakshmi</title>
		<link>http://www.techtamasha.com/the-final-keyword-in-java/36/comment-page-1#comment-836</link>
		<dc:creator>lakshmi</dc:creator>
		<pubDate>Wed, 18 Feb 2009 06:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=36#comment-836</guid>
		<description>Variable which is marked final and not initialized can be initialized only once in constructor, not anywhere else.
If the final variable is static, then it can be initialized only once in static initialization blocks.</description>
		<content:encoded><![CDATA[<p>Variable which is marked final and not initialized can be initialized only once in constructor, not anywhere else.<br />
If the final variable is static, then it can be initialized only once in static initialization blocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techtamasha.com &#187; Blog Archive &#187; Difference between String and StringBuffer/StringBuilder in Java</title>
		<link>http://www.techtamasha.com/the-final-keyword-in-java/36/comment-page-1#comment-105</link>
		<dc:creator>techtamasha.com &#187; Blog Archive &#187; Difference between String and StringBuffer/StringBuilder in Java</dc:creator>
		<pubDate>Tue, 24 Jun 2008 11:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=36#comment-105</guid>
		<description>[...] Link: Have doubts about the &#8216;final&#8217; keyword? check out my post - Click Here! [...]</description>
		<content:encoded><![CDATA[<p>[...] Link: Have doubts about the &#8216;final&#8217; keyword? check out my post &#8211; Click Here! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.288 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-08-19 10:43:32 -->
