<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software Development Notes &#187; interview questions</title>
	<atom:link href="http://www.avanathan.com/tag/interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avanathan.com</link>
	<description>developer dump</description>
	<lastBuildDate>Tue, 16 Mar 2010 05:02:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reversing a String using Recursion (substring) and StringBuilder in Java</title>
		<link>http://www.avanathan.com/reversing-a-string-using-recursion-substring-and-stringbuilder-in-java/</link>
		<comments>http://www.avanathan.com/reversing-a-string-using-recursion-substring-and-stringbuilder-in-java/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 17:41:36 +0000</pubDate>
		<dc:creator>Arun Kumar</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[interview questions]]></category>
		<category><![CDATA[recursion]]></category>
		<category><![CDATA[StringBuilder]]></category>

		<guid isPermaLink="false">http://www.avanathan.com/?p=86</guid>
		<description><![CDATA[Recently I attended a job interview, in which they asked me to write an algorithm to reverse a String - "Hello World" to "dlroW olleH". After the interview, I was tempted to test a few possible methods for reversing a String. I started with recursion, manual reverse using multiple ways and finally using Java's StringBuilder.reverse(). I was surprised with the results.]]></description>
		<wfw:commentRss>http://www.avanathan.com/reversing-a-string-using-recursion-substring-and-stringbuilder-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
