<?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"
	>

<channel>
	<title>Technical Interview Questions &#187; 4001</title>
	<atom:link href="http://www.technicalinterview.info/category/4001/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Tue, 02 Sep 2008 08:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>More questionson Java Collections</title>
		<link>http://www.technicalinterview.info/more-questionson-java-collections/</link>
		<comments>http://www.technicalinterview.info/more-questionson-java-collections/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 01:28:38 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[4001]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/more-questionson-java-collections/</guid>
		<description><![CDATA[What is the difference between set and list?
A Set stores elements in an unordered way and does not contain duplicate elements, whereas a list stores elements in an ordered way but may contain duplicate elements.
Difference between Vector and ArrayList? What is the Vector class?
Vector is synchronized whereas ArrayList is not. The Vector class provides the [...]]]></description>
			<content:encoded><![CDATA[<p>What is the difference between set and list?<br />
A Set stores elements in an unordered way and does not contain duplicate elements, whereas a list stores elements in an ordered way but may contain duplicate elements.<br />
Difference between Vector and ArrayList? What is the Vector class?<br />
Vector is synchronized whereas ArrayList is not. The Vector class provides the [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/more-questionson-java-collections/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
