<?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; file</title>
	<atom:link href="http://tipsinterview.com/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 20 May 2012 05:16:12 +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 are the main advantages of binary serialization?</title>
		<link>http://tipsinterview.com/2010/05/13/what-are-the-main-advantages-of-binary-serialization/</link>
		<comments>http://tipsinterview.com/2010/05/13/what-are-the-main-advantages-of-binary-serialization/#comments</comments>
		<pubDate>Thu, 13 May 2010 08:25:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[circular references]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[persistent storage]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[storage media]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/05/13/what-are-the-main-advantages-of-binary-serialization/</guid>
		<description><![CDATA[An object is stored in a file, a database or even in the memory. However, data to be transferred over a network needs to be in a linear form for which serialization and deserialization are used. Advantage of serialization is the ability of an object to be serialized into a persistent or a non-persistent storage [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/13/what-are-the-main-advantages-of-binary-serialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET interview: What are the main advantages of binary serialization</title>
		<link>http://tipsinterview.com/2010/04/19/net-interview-what-are-the-main-advantages-of-binary-serialization/</link>
		<comments>http://tipsinterview.com/2010/04/19/net-interview-what-are-the-main-advantages-of-binary-serialization/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 00:57:46 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[circular references]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[persistent storage]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[storage media]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=245</guid>
		<description><![CDATA[An object is stored in a file, a database or even in the memory. However, data to be transferred over a network needs to be in a linear form for which serialization and deserialization are used. Advantage of serialization is the ability of an object to be serialized into a persistent or a non-persistent storage [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/04/19/net-interview-what-are-the-main-advantages-of-binary-serialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net interview questions: cache</title>
		<link>http://tipsinterview.com/2010/02/18/asp-net-interview-questions-cache/</link>
		<comments>http://tipsinterview.com/2010/02/18/asp-net-interview-questions-cache/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 01:20:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Allows]]></category>
		<category><![CDATA[application object]]></category>
		<category><![CDATA[application objects]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[context class]]></category>
		<category><![CDATA[data changes]]></category>
		<category><![CDATA[dependency]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[web caching]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/18/asp-net-interview-questions-cache/</guid>
		<description><![CDATA[(1) what is the difference between Cache object and application object? The main difference between the Cache and Application objects is that the Cache object provides cache-specific features, such as dependencies and expiration policies. (2) What are dependencies in cache and types of dependencies? When you add an item to the cache, you can define [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/18/asp-net-interview-questions-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Web.config?</title>
		<link>http://tipsinterview.com/2010/02/07/what-is-web-config/</link>
		<comments>http://tipsinterview.com/2010/02/07/what-is-web-config/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 20:53:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[classic asp]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configuration parameters]]></category>
		<category><![CDATA[custom 404 error]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[string parameter]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web tag]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/07/what-is-web-config/</guid>
		<description><![CDATA[In classic ASP all Web site related information was stored in the metadata of IIS. This had the disadvantage that remote Web developers couldn't easily make Web-site configuration changes. For example, if you want to add a custom 404 error page, a setting needs to be made through the IIS admin tool, and you're Web [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/07/what-is-web-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp.net Interview Question: What are dependencies in cache and types of dependencies?</title>
		<link>http://tipsinterview.com/2010/02/02/asp-net-interview-question-what-are-dependencies-in-cache-and-types-of-dependencies/</link>
		<comments>http://tipsinterview.com/2010/02/02/asp-net-interview-question-what-are-dependencies-in-cache-and-types-of-dependencies/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:49:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Allows]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[data changes]]></category>
		<category><![CDATA[dependency]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[relationships]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/02/asp-net-interview-question-what-are-dependencies-in-cache-and-types-of-dependencies/</guid>
		<description><![CDATA[When you add an item to the cache, you can define dependency relationships that can force that item to be removed from the cache under specific activities of dependencies. Example if the cache object is dependent on file and when the file data changes you want the cache object to be update. Following are the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/02/asp-net-interview-question-what-are-dependencies-in-cache-and-types-of-dependencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Frequently asked JSP Interview Questions</title>
		<link>http://tipsinterview.com/2009/12/22/5-frequently-asked-jsp-interview-questions/</link>
		<comments>http://tipsinterview.com/2009/12/22/5-frequently-asked-jsp-interview-questions/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 09:34:03 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Declaration]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[jsp engine]]></category>
		<category><![CDATA[jsp tags]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[language expression]]></category>
		<category><![CDATA[method declarations]]></category>
		<category><![CDATA[scriptlet]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/22/5-frequently-asked-jsp-interview-questions/</guid>
		<description><![CDATA[Q:&#160; What is a Expression? A: An expression tag contains a scripting language expression that is evaluated, converted to a String, and inserted where the expression appears in the JSP file. Because the value of an expression is converted to a String, you can use an expression within text in a JSP file. Like &#60;%= [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/22/5-frequently-asked-jsp-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

