<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Your Interview Questions</title>
	
	<link>http://yourinterviewquestions.com</link>
	<description />
	<lastBuildDate>Wed, 08 Sep 2010 05:36:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/YourInterviewQuestions" /><feedburner:info uri="yourinterviewquestions" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>YourInterviewQuestions</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>What is synchronization and why is it important?</title>
		<link>http://feedproxy.google.com/~r/YourInterviewQuestions/~3/LXTClGt3V84/</link>
		<comments>http://yourinterviewquestions.com/2010/09/08/what-is-synchronization-and-why-is-it-important/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 05:36:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://yourinterviewquestions.com/?p=4295</guid>
		<description>With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronization, it is possible for one thread to modify a shared object while another thread is in the process of using or updating that object&amp;#8217;s value. This often leads to significant errors. Related posts:What do you [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://yourinterviewquestions.com/2010/08/25/what-do-you-understand-by-synchronization/' rel='bookmark' title='Permanent Link: What do you understand by Synchronization?'&gt;What do you understand by Synchronization?&lt;/a&gt; &lt;small&gt;Synchronization is a process of controlling the access of shared...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://yourinterviewquestions.com/2010/08/19/what-is-more-advisable-to-create-a-thread-by-implementing-a-runnable-interface-or-by-extending-thread-class/' rel='bookmark' title='Permanent Link: What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?'&gt;What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?&lt;/a&gt; &lt;small&gt;Strategically speaking, threads created by implementing Runnable interface are more...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://yourinterviewquestions.com/2010/09/06/why-do-threads-block-on-io/' rel='bookmark' title='Permanent Link: Why do threads block on I/O?'&gt;Why do threads block on I/O?&lt;/a&gt; &lt;small&gt;Threads block on I/O (that is enters the waiting state)...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/YourInterviewQuestions/~4/LXTClGt3V84" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yourinterviewquestions.com/2010/09/08/what-is-synchronization-and-why-is-it-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yourinterviewquestions.com/2010/09/08/what-is-synchronization-and-why-is-it-important/</feedburner:origLink></item>
		<item>
		<title>What is the output from System.out.println(“Hello”+null);?</title>
		<link>http://feedproxy.google.com/~r/YourInterviewQuestions/~3/U7FGQRYyCxg/</link>
		<comments>http://yourinterviewquestions.com/2010/09/07/what-is-the-output-from-system-out-printlnhellonull/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 05:35:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://yourinterviewquestions.com/?p=4293</guid>
		<description>Hellonull No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/YourInterviewQuestions/~4/U7FGQRYyCxg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yourinterviewquestions.com/2010/09/07/what-is-the-output-from-system-out-printlnhellonull/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yourinterviewquestions.com/2010/09/07/what-is-the-output-from-system-out-printlnhellonull/</feedburner:origLink></item>
		<item>
		<title>Why do threads block on I/O?</title>
		<link>http://feedproxy.google.com/~r/YourInterviewQuestions/~3/iF95UxRHeBA/</link>
		<comments>http://yourinterviewquestions.com/2010/09/06/why-do-threads-block-on-io/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 05:34:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://yourinterviewquestions.com/?p=4291</guid>
		<description>Threads block on I/O (that is enters the waiting state) so that other threads may execute while the I/O Operation is performed. Related posts:What do you understand by Synchronization? Synchronization is a process of controlling the access of shared... An application needs to load a library before it starts to run, how to code? One [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://yourinterviewquestions.com/2010/08/25/what-do-you-understand-by-synchronization/' rel='bookmark' title='Permanent Link: What do you understand by Synchronization?'&gt;What do you understand by Synchronization?&lt;/a&gt; &lt;small&gt;Synchronization is a process of controlling the access of shared...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://yourinterviewquestions.com/2010/08/21/an-application-needs-to-load-a-library-before-it-starts-to-run-how-to-code/' rel='bookmark' title='Permanent Link: An application needs to load a library before it starts to run, how to code?'&gt;An application needs to load a library before it starts to run, how to code?&lt;/a&gt; &lt;small&gt;One option is to use a static block to load...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://yourinterviewquestions.com/2010/08/19/what-is-more-advisable-to-create-a-thread-by-implementing-a-runnable-interface-or-by-extending-thread-class/' rel='bookmark' title='Permanent Link: What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?'&gt;What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?&lt;/a&gt; &lt;small&gt;Strategically speaking, threads created by implementing Runnable interface are more...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/YourInterviewQuestions/~4/iF95UxRHeBA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yourinterviewquestions.com/2010/09/06/why-do-threads-block-on-io/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yourinterviewquestions.com/2010/09/06/why-do-threads-block-on-io/</feedburner:origLink></item>
	</channel>
</rss>
