<?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>Interview Tips &#187; string</title>
	<atom:link href="http://tipsinterview.com/tag/string/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What is the difference between String and StringBuilder?</title>
		<link>http://tipsinterview.com/2010/05/22/what-is-the-difference-between-string-and-stringbuilder/</link>
		<comments>http://tipsinterview.com/2010/05/22/what-is-the-difference-between-string-and-stringbuilder/#comments</comments>
		<pubDate>Sat, 22 May 2010 00:29:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[concatenate]]></category>
		<category><![CDATA[concatenation]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[first string]]></category>
		<category><![CDATA[operation]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string object]]></category>
		<category><![CDATA[string operation]]></category>
		<category><![CDATA[string operations]]></category>
		<category><![CDATA[StringBuilder]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=291</guid>
		<description><![CDATA[Both String and StringBuilder are classes used to handle strings. The most common operation with a string is concatenation. This activity has to be performed very efficiently. When we use the "String" object to concatenate two strings, the first string is combined to the other string by creating a new copy in the memory as [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/22/what-is-the-difference-between-string-and-stringbuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Interview Questions &amp; Answers :</title>
		<link>http://tipsinterview.com/2010/03/09/c-interview-questions-answers/</link>
		<comments>http://tipsinterview.com/2010/03/09/c-interview-questions-answers/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:33:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[array element]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class interface]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[shallow copy]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string manipulation]]></category>
		<category><![CDATA[StringBuilder]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/09/c-interview-questions-answers/</guid>
		<description><![CDATA[1. Does C# support multiple-inheritance? No. 2. Who is a protected class-level variable available to? It is available to any sub-class (a class inheriting this class). 3. Are private class-level variables inherited? Yes, but they are not accessible. Although they are not visible or accessible via the class interface, they are inherited. 4. Describe the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/09/c-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Interview Questions and Answers</title>
		<link>http://tipsinterview.com/2010/02/18/c-interview-questions-and-answers/</link>
		<comments>http://tipsinterview.com/2010/02/18/c-interview-questions-and-answers/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:17:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string definitions]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[test string]]></category>
		<category><![CDATA[two dimensional array]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[weight thread]]></category>
		<category><![CDATA[what is a delegate]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/18/c-interview-questions-and-answers/</guid>
		<description><![CDATA[1) The C# keyword ?int? maps to which .NET type? System.Int16 System.Int32 System.Int64 System.Int128 2) Which of these string definitions will prevent escaping on backslashes in C#? string s = #?n Test string?; string s = ??n Test string?; string s = @?n Test string?; string s = ?n Test string?; 3) Which of these [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/18/c-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Interview Questions: Query Strings</title>
		<link>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-query-strings/</link>
		<comments>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-query-strings/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 05:25:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[expiration]]></category>
		<category><![CDATA[expiration policy]]></category>
		<category><![CDATA[Max Value]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string data]]></category>
		<category><![CDATA[string query]]></category>
		<category><![CDATA[support query]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/17/asp-net-interview-questions-query-strings/</guid>
		<description><![CDATA[A query string is information sent to the server appended to the end of a page URL. Following are the benefits of using query string for state management:- . No server resources are required. The query string containing in the HTTP requests for a specific URL. . All browsers support query strings. Following are limitations [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-query-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Java Interview Questions</title>
		<link>http://tipsinterview.com/2009/12/31/core-java-interview-questions/</link>
		<comments>http://tipsinterview.com/2009/12/31/core-java-interview-questions/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 01:03:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[execution engine]]></category>
		<category><![CDATA[heap size]]></category>
		<category><![CDATA[java file]]></category>
		<category><![CDATA[java strings]]></category>
		<category><![CDATA[layout managers]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[S.O.P]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/31/core-java-interview-questions/</guid>
		<description><![CDATA[Why the container does not support multiple layout managers Which class is the super class for all classes in java.lang package? What are differences between Enumeration, ArrayList, Hashtable and Collections and How many JVM could be run on an operating system. if only one then what is the logical reason. What is JVM Heap Size? [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/31/core-java-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions</title>
		<link>http://tipsinterview.com/2009/12/29/c-interview-questions/</link>
		<comments>http://tipsinterview.com/2009/12/29/c-interview-questions/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 06:48:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[copyto]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[function pointers]]></category>
		<category><![CDATA[parameter data]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[StringBuilder]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/29/c-interview-questions/</guid>
		<description><![CDATA[What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in the cases, where a lot of manipulation is done to the text. Strings are immutable, so each time it’s being operated on, a new instance is created. Can you store multiple data types in System.Array? No. What’s the difference between the System.Array.CopyTo() [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/29/c-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic interview questions for C# Component Developers</title>
		<link>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/</link>
		<comments>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:58:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c string]]></category>
		<category><![CDATA[class c]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[Explain]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[interop]]></category>
		<category><![CDATA[PIA]]></category>
		<category><![CDATA[public c]]></category>
		<category><![CDATA[static method]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/</guid>
		<description><![CDATA[Explain the differences between public, protected, private and internal. What benefit do you get from using a Primary Interop Assembly (PIA)? By what mechanism does NUnit know what methods to test? What is the difference between typeof(foo) and myFoo.GetType()? Explain what’s happening in the first constructor: public class c{ public c(string a) : this() {;}; [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

