<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Implicit Variables in Java 7?</title>
	<link>http://www.nakov.com/blog/2007/11/12/implicit-variables-in-java-7/</link>
	<description>Thoughts on Software Engineering</description>
	<pubDate>Wed, 20 Aug 2008 09:11:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: shadrik</title>
		<link>http://www.nakov.com/blog/2007/11/12/implicit-variables-in-java-7/#comment-11</link>
		<author>shadrik</author>
		<pubDate>Mon, 12 Nov 2007 22:59:09 +0000</pubDate>
		<guid>http://www.nakov.com/blog/2007/11/12/implicit-variables-in-java-7/#comment-11</guid>
		<description>Thank you.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nakov</title>
		<link>http://www.nakov.com/blog/2007/11/12/implicit-variables-in-java-7/#comment-10</link>
		<author>nakov</author>
		<pubDate>Mon, 12 Nov 2007 16:45:55 +0000</pubDate>
		<guid>http://www.nakov.com/blog/2007/11/12/implicit-variables-in-java-7/#comment-10</guid>
		<description>Once a variable is defined with the "var" keyword, it takes its type from right side. Later its type can not be changed. The type of var-variables is not java.lang.Object so they cannot take a value of String or Integer.</description>
		<content:encoded><![CDATA[<p>Once a variable is defined with the &#8220;var&#8221; keyword, it takes its type from right side. Later its type can not be changed. The type of var-variables is not java.lang.Object so they cannot take a value of String or Integer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadrik</title>
		<link>http://www.nakov.com/blog/2007/11/12/implicit-variables-in-java-7/#comment-9</link>
		<author>shadrik</author>
		<pubDate>Mon, 12 Nov 2007 07:37:18 +0000</pubDate>
		<guid>http://www.nakov.com/blog/2007/11/12/implicit-variables-in-java-7/#comment-9</guid>
		<description>It sounds very comfortable :), but what about the strict type definition in Java?
It is interesting to me what is your proposition, is it going to be possible, later, when we finish the work with the concrete object in the var-variable ("entries" in this case), to re-assign to it reference to object of other type (not in the inheritance tree of the previous one, to say, String in our example: entries = "Pesho";)? Is this going to be allowed?</description>
		<content:encoded><![CDATA[<p>It sounds very comfortable :), but what about the strict type definition in Java?<br />
It is interesting to me what is your proposition, is it going to be possible, later, when we finish the work with the concrete object in the var-variable (&#8221;entries&#8221; in this case), to re-assign to it reference to object of other type (not in the inheritance tree of the previous one, to say, String in our example: entries = &#8220;Pesho&#8221;;)? Is this going to be allowed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
