<?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; Array</title>
	<atom:link href="http://tipsinterview.com/tag/array/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>General Questions</title>
		<link>http://tipsinterview.com/2011/05/15/general-questions/</link>
		<comments>http://tipsinterview.com/2011/05/15/general-questions/#comments</comments>
		<pubDate>Sun, 15 May 2011 05:41:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[array element]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class hierarchy]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[shallow copy]]></category>
		<category><![CDATA[string manipulation]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=554</guid>
		<description><![CDATA[1.Does C# support multiple-inheritance? No. But you can use Interfaces. 2.Where is a protected class-level variable available? It is available to any sub-class derived from base class 3.Are private class-level variables inherited? Yes, but they are not accessible. 4.Describe the accessibility modifier “protected internal”. It is available to classes that are within the same assembly [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/05/15/general-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Array Functions in VBScript</title>
		<link>http://tipsinterview.com/2011/01/10/array-functions-in-vbscript/</link>
		<comments>http://tipsinterview.com/2011/01/10/array-functions-in-vbscript/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 07:42:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[array functions]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[boolean value]]></category>
		<category><![CDATA[filter criteria]]></category>
		<category><![CDATA[IsArray]]></category>
		<category><![CDATA[Join]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[one dimensional array]]></category>
		<category><![CDATA[string array]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=486</guid>
		<description><![CDATA[Array Returns a variant containing an array Filter Returns a zero-based array that contains a subset of a string array based on a filter criteria IsArray Returns a Boolean value that indicates whether a specified variable is an array Join Returns a string that consists of a number of substrings in an array LBound Returns [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/01/10/array-functions-in-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Can Generics Do For Me?</title>
		<link>http://tipsinterview.com/2010/11/17/what-can-generics-do-for-me/</link>
		<comments>http://tipsinterview.com/2010/11/17/what-can-generics-do-for-me/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 00:23:51 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[arraylist]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[generic collections]]></category>
		<category><![CDATA[Generics]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Runtime]]></category>
		<category><![CDATA[type safety]]></category>
		<category><![CDATA[working with groups]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=459</guid>
		<description><![CDATA[In .NET v1.0 there were collections, such as the ArrayList for working with groups of objects. An ArrayList is much like an array, except it could automatically grow and offered many convenience methods that arrays don't have. The problem with ArrayList and all the other .NET v1.0 collections is that they operate on type object. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/11/17/what-can-generics-do-for-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript &amp; AJAX interview questions</title>
		<link>http://tipsinterview.com/2010/06/29/javascript-ajax-interview-questions/</link>
		<comments>http://tipsinterview.com/2010/06/29/javascript-ajax-interview-questions/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 06:41:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[array object]]></category>
		<category><![CDATA[conditional expression]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[gt c]]></category>
		<category><![CDATA[ns 10]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[target language]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=337</guid>
		<description><![CDATA[1.  JavaScript is interpreted by _________ A.  Client B.   Server C.  Object D.  None of the above 2.  Using _______ statement is how you test for a specific condition. A.  Select B.  If C.  Switch D.  For 3.  Which of the following is the structure of an if statement? A.  if (conditional expression is true) [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/06/29/javascript-ajax-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Interview Questions, Part 2</title>
		<link>http://tipsinterview.com/2010/03/25/c-interview-questions-part-2/</link>
		<comments>http://tipsinterview.com/2010/03/25/c-interview-questions-part-2/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 08:47:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[abstract class]]></category>
		<category><![CDATA[abstract classes]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[copyto]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[parameter data]]></category>
		<category><![CDATA[StringBuilder]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/25/c-interview-questions-part-2/</guid>
		<description><![CDATA[21. What’s the difference between an interface and abstract class? In the interface all methods must be abstract; in the abstract class some methods can be concrete. In the interface no accessibility modifiers are allowed, which is ok in abstract classes. 22. How can you overload a method? Different parameter data types, different number of [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/25/c-interview-questions-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions and answers</title>
		<link>http://tipsinterview.com/2010/03/13/c-interview-questions-and-answers-3/</link>
		<comments>http://tipsinterview.com/2010/03/13/c-interview-questions-and-answers-3/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 00:36:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dll hell]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[function pointers]]></category>
		<category><![CDATA[msi installer]]></category>
		<category><![CDATA[multilingual application]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[xcopy command]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/13/c-interview-questions-and-answers-3/</guid>
		<description><![CDATA[1. What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in cases where a large amount of manipulation is done in the text. Strings are immutable, so it is increasingly being operated, a new instance is created. 2. Can you store multiple data types in System.Array? No. 3. What’s the difference between [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/13/c-interview-questions-and-answers-3/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</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>
	</channel>
</rss>

