<?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: 2 ways to convert Java Map to String</title>
	<atom:link href="http://www.vineetmanohar.com/2010/05/2-ways-to-convert-java-map-to-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vineetmanohar.com/2010/05/2-ways-to-convert-java-map-to-string/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2-ways-to-convert-java-map-to-string</link>
	<description>Java, Web 2.0 and other Tech topics</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:01:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lukasz</title>
		<link>http://www.vineetmanohar.com/2010/05/2-ways-to-convert-java-map-to-string/comment-page-1/#comment-71481</link>
		<dc:creator>lukasz</dc:creator>
		<pubDate>Tue, 29 Nov 2011 18:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1003#comment-71481</guid>
		<description>In sample with XMLEncoder (line 08) instead of flush() method use close().
It make flush automatically and closes xml string correctly (closes  tag).

LK</description>
		<content:encoded><![CDATA[<p>In sample with XMLEncoder (line 08) instead of flush() method use close().<br />
It make flush automatically and closes xml string correctly (closes  tag).</p>
<p>LK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javin @ Tibco RV Tutorial</title>
		<link>http://www.vineetmanohar.com/2010/05/2-ways-to-convert-java-map-to-string/comment-page-1/#comment-24210</link>
		<dc:creator>Javin @ Tibco RV Tutorial</dc:creator>
		<pubDate>Wed, 02 Feb 2011 10:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1003#comment-24210</guid>
		<description>Hi,
While discussing about HashMap its worth mentioning following questions which frequently asked in Java interviews now days like &lt;a href=&quot;http://javarevisited.blogspot.com/2011/02/how-hashmap-works-in-java.html&quot; rel=&quot;nofollow&quot;&gt;How HashMap works in Java&lt;/a&gt; or &lt;a href=&quot;http://javarevisited.blogspot.com/2011/02/how-hashmap-works-in-java.html&quot; rel=&quot;nofollow&quot;&gt;How get() method of HashMap works in JAVA &lt;/a&gt; very often. on concept point of view these questions are great and expose the candidate if doesn&#039;t know deep details.

Javin
&lt;a href=&quot;http://javarevisited.blogspot.com/2010/12/fix-protocol-interview-questions.html&quot; rel=&quot;nofollow&quot;&gt;FIX Protocol Interview Questions&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
While discussing about HashMap its worth mentioning following questions which frequently asked in Java interviews now days like <a href="http://javarevisited.blogspot.com/2011/02/how-hashmap-works-in-java.html" rel="nofollow">How HashMap works in Java</a> or <a href="http://javarevisited.blogspot.com/2011/02/how-hashmap-works-in-java.html" rel="nofollow">How get() method of HashMap works in JAVA </a> very often. on concept point of view these questions are great and expose the candidate if doesn&#8217;t know deep details.</p>
<p>Javin<br />
<a href="http://javarevisited.blogspot.com/2010/12/fix-protocol-interview-questions.html" rel="nofollow">FIX Protocol Interview Questions</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

