<?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: How to write to properties file in Java</title>
	<atom:link href="http://www.zparacha.com/how-to-write-to-properties-file-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zparacha.com/how-to-write-to-properties-file-in-java/</link>
	<description>Effective programming and blogging tips by Zaheer Paracha</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:00:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alper</title>
		<link>http://www.zparacha.com/how-to-write-to-properties-file-in-java/comment-page-1/#comment-1834</link>
		<dc:creator>Alper</dc:creator>
		<pubDate>Sat, 10 Dec 2011 08:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=781#comment-1834</guid>
		<description>nice advice , thanks</description>
		<content:encoded><![CDATA[<p>nice advice , thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishwajeet</title>
		<link>http://www.zparacha.com/how-to-write-to-properties-file-in-java/comment-page-1/#comment-1134</link>
		<dc:creator>vishwajeet</dc:creator>
		<pubDate>Mon, 14 Jun 2010 09:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=781#comment-1134</guid>
		<description>one doesn&#039;t need to iterate over Map and insert its content
into Properties one at a time like u have done in following
way,

# Set set = map.keySet();  
# Iterator itr = set.iterator();  
# while(itr.hasNext()){  
#    String key = (String)itr.next();  
#    String value = map.get(key);  
#    properties.setProperty(key, value);  
# }  

Instead one can replace above 7 lines of code with a 
single line as demonstrated below:

properties.putAll(map)</description>
		<content:encoded><![CDATA[<p>one doesn&#8217;t need to iterate over Map and insert its content<br />
into Properties one at a time like u have done in following<br />
way,</p>
<p># Set set = map.keySet();<br />
# Iterator itr = set.iterator();<br />
# while(itr.hasNext()){<br />
#    String key = (String)itr.next();<br />
#    String value = map.get(key);<br />
#    properties.setProperty(key, value);<br />
# }  </p>
<p>Instead one can replace above 7 lines of code with a<br />
single line as demonstrated below:</p>
<p>properties.putAll(map)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: April</title>
		<link>http://www.zparacha.com/how-to-write-to-properties-file-in-java/comment-page-1/#comment-724</link>
		<dc:creator>April</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=781#comment-724</guid>
		<description>Wow.... you have such great ideas on Java. It looks very complicated but the end result is unexplainably terrific. I think I&#039;m going to take on a computer course so I can also give great advice to other people and how to maximize the use of their PC. Thanks for the helpful info.</description>
		<content:encoded><![CDATA[<p>Wow&#8230;. you have such great ideas on Java. It looks very complicated but the end result is unexplainably terrific. I think I&#8217;m going to take on a computer course so I can also give great advice to other people and how to maximize the use of their PC. Thanks for the helpful info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emerson</title>
		<link>http://www.zparacha.com/how-to-write-to-properties-file-in-java/comment-page-1/#comment-715</link>
		<dc:creator>emerson</dc:creator>
		<pubDate>Tue, 17 Nov 2009 06:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=781#comment-715</guid>
		<description>Hey guys! Did you sweat excessively? Here is the good news for you to solve that &lt;a href=&quot;http://www.nosweating.com/&quot; rel=&quot;nofollow&quot;&gt;sweating problems&lt;/a&gt;! My friend told me that this one would work for me and so I tried it. After several uses, i observed that it is really effective! No more excess sweat. You should check it out.</description>
		<content:encoded><![CDATA[<p>Hey guys! Did you sweat excessively? Here is the good news for you to solve that <a href="http://www.nosweating.com/" rel="nofollow">sweating problems</a>! My friend told me that this one would work for me and so I tried it. After several uses, i observed that it is really effective! No more excess sweat. You should check it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

