<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ebeworld's Weblog &#187; Interview Questions</title>
	<atom:link href="http://ebeworld.wordpress.com/category/interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebeworld.wordpress.com</link>
	<description>Trying to create</description>
	<lastBuildDate>Wed, 09 Dec 2009 19:33:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ebeworld.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/cbd4023a12f78275f1676e6f81eb8a20?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ebeworld's Weblog &#187; Interview Questions</title>
		<link>http://ebeworld.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ebeworld.wordpress.com/osd.xml" title="Ebeworld&#8217;s Weblog" />
		<item>
		<title>Declarative vs Procedural Programming</title>
		<link>http://ebeworld.wordpress.com/2009/01/10/declarative-vs-procedural-programming/</link>
		<comments>http://ebeworld.wordpress.com/2009/01/10/declarative-vs-procedural-programming/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 00:30:50 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=169</guid>
		<description><![CDATA[Procedural programming requires that the programmer tell the computer what to do. That is, how to get the output for the range of required inputs. The programmer must know an appropriate algorithm.
Declarative programming requires a more descriptive style. The programmer must know what relationships hold between various entities.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=169&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Procedural programming requires that the programmer tell the computer what to do. That is, <em>how</em> to get the output for the range of required inputs. The programmer must know an appropriate algorithm.</p>
<p>Declarative programming requires a more descriptive style. The programmer must know <em>what</em> relationships hold between various entities.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=169&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2009/01/10/declarative-vs-procedural-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>When to use GridView and when to use Repeater?</title>
		<link>http://ebeworld.wordpress.com/2008/12/18/when-to-use-gridview-and-when-to-use-repeater/</link>
		<comments>http://ebeworld.wordpress.com/2008/12/18/when-to-use-gridview-and-when-to-use-repeater/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 23:54:25 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=162</guid>
		<description><![CDATA[Control &#8211; Capability wise 
GridView &#8211; Read/Edit
DataList &#8211; Read/Edit
Repeater &#8211; Read Only
DetailsView &#8211; Read/Edit/Create
FormView &#8211; Read/Edit/Create
 
Feature wise




Feature


Repeater


DataList


GridView




Table layout


No


No


Yes




Flow layout


Yes


Yes


No




Column layout


No


Yes


No




Style properties


No


Yes


Yes




Templates


Yes


Yes


Columns/optional




Select/ Edit/Delete


No


Yes


Yes




Sort


No


No


Yes




Paging


No


No


Yes




       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=162&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-decoration:underline;"><strong>Control &#8211; Capability wise</strong></span> </p>
<p>GridView &#8211; Read/Edit<br />
DataList &#8211; Read/Edit<br />
Repeater &#8211; Read Only<br />
DetailsView &#8211; Read/Edit/Create<br />
FormView &#8211; Read/Edit/Create</p>
<p> </p>
<p>Feature wise</p>
<table border="0" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<th class="thead" align="left">
<p class="docText"><span class="docEmphBold">Feature</span></p>
</th>
<th class="thead" align="left">
<p class="docText"><span class="docEmphBold">Repeater</span></p>
</th>
<th class="thead" align="left">
<p class="docText"><span class="docEmphBold">DataList</span></p>
</th>
<th class="thead" align="left">
<p class="docText"><span class="docEmphBold">GridView</span></p>
</th>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Table layout</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Flow layout</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Column layout</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Style properties</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Templates</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Columns/optional</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Select/ Edit/Delete</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Sort</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Paging</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
</tbody>
</table>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=162&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/12/18/when-to-use-gridview-and-when-to-use-repeater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>C# and Java static constructors</title>
		<link>http://ebeworld.wordpress.com/2008/11/22/c-and-java-static-constructors/</link>
		<comments>http://ebeworld.wordpress.com/2008/11/22/c-and-java-static-constructors/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 22:11:46 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=121</guid>
		<description><![CDATA[Where should be initialize the static field? If we do it non static initializer, each time when object created the static field will be initialized and that not efficient and may undo what we have done in up to that moment. The solution is to use static constructor. in Java, it is used when class [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=121&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Where should be initialize the static field? If we do it non static initializer, each time when object created the static field will be initialized and that not efficient and may undo what we have done in up to that moment. The solution is to use static constructor. in Java, it is used when class is loaded and written as[it is called static block] </p>
<p>static{</p>
<p>//..something</p>
<p>}</p>
<p>but in C#, it is accomplished by real static constructor</p>
<p>static MyClass{</p>
<p>//.. do something</p>
<p>}</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=121&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/11/22/c-and-java-static-constructors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>DB query optimization questions</title>
		<link>http://ebeworld.wordpress.com/2008/11/01/db-query-optimization-questions/</link>
		<comments>http://ebeworld.wordpress.com/2008/11/01/db-query-optimization-questions/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:30:52 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=85</guid>
		<description><![CDATA[1. Some where statement can be done using join statement. For example.
SELECT A.NAME FROM A,B
WHERE A.NAME=B.NAME; 
 
SELECT A.NAME FROM A JOIN B
   ON A.NAME=B.NAME;
 
which one the faster?
2.
 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=85&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div>1. Some where statement can be done using join statement. For example.</div>
<div>SELECT A.NAME FROM A,B</div>
<div>WHERE A.NAME=B.NAME; </div>
<div> </div>
<div>SELECT A.NAME FROM A JOIN B</div>
<div>   ON A.NAME=B.NAME;</div>
<div> </div>
<div>which one the faster?</div>
<div>2.</div>
<div> </div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=85&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/11/01/db-query-optimization-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>Performance: C++ vs Java</title>
		<link>http://ebeworld.wordpress.com/2008/11/01/performance-c-vs-java/</link>
		<comments>http://ebeworld.wordpress.com/2008/11/01/performance-c-vs-java/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:27:55 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=83</guid>
		<description><![CDATA[Java byte code runs after JVM optimize it, therefore in some cases, if user is doing the repetitive tasks again and again, Java code might be faster than C++ code.For example.
1. creating new object and deleting it for substantial times. In this case JVM use previously not yet garbage collected objects, such as 1st generation, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=83&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Java byte code runs after JVM optimize it, therefore in some cases, if user is doing the repetitive tasks again and again, Java code might be faster than C++ code.For example.</p>
<p>1. creating new object and deleting it for substantial times. In this case JVM use previously not yet garbage collected objects, such as 1st generation, 2nd generation candidates.</p>
<p>2. Repetative function calling. <a href="http://kano.net/javabench/">http://kano.net/javabench/</a> has quite good examples.</p>
<p>3. Experienced C++/Java  programmers write codes for human readability. For example</p>
<p>Person* manager=new Person();</p>
<p>//..Do something with managerand finish</p>
<p>delete(manager);</p>
<p>Person* worker=new Manager();</p>
<p>//..Do something with worker and finish</p>
<p>delete(worker);</p>
<p>Here C++ would allocate 2wice. But JVM would walk though byte code and figure out there are in fact only one is needed and use it again. Because of readability C++/Java developers wouldn&#8217;t dare to use one object for worker and manager, but Java code with same readability would be optimized and might run faster than its C++ code.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=83&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/11/01/performance-c-vs-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>DB related</title>
		<link>http://ebeworld.wordpress.com/2008/10/31/db-related/</link>
		<comments>http://ebeworld.wordpress.com/2008/10/31/db-related/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 23:16:06 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/2008/10/31/db-related/</guid>
		<description><![CDATA[&#160;


Has a view got its own data? No, if it is not a materialized view.
Does indexing view always result performance increase? No, for example, the table underlying is modified frequently, the indices have to be updated frequently, which result performance decrease.


Views that reference multiple tables generally perform much faster with an indexed viewbecause the join [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=80&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<ol>
<li></li>
<li>Has a view got its own data? No, if it is not a materialized view.</li>
<li>Does indexing view always result performance increase? No, for example, the table underlying is modified frequently, the indices have to be updated frequently, which result performance decrease.
<ol>
<li></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">Views that reference multiple tables generally perform</font></font> <em><font size="1" face="Palatino-Italic"><font size="1" face="Palatino-Italic">much</font></font></em> <font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">faster with an indexed viewbecause the join between the tables is preconstructed.</font></font><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><br /></font></font></li>
<li><font size="1" face="ZapfDingbats"><font size="1" face="ZapfDingbats"><br /></font></font>
<p><font size="1" face="ZapfDingbats"><font size="1" face="ZapfDingbats">?</font></font> <font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">Aggregations performed in the view are precalculated and stored as part of the index; again,this means that the aggregation is performed one time (when the row is inserted or updated),and then can be read directly from the index information.</font></font></p>
<p></li>
<li>
<p><font size="1" face="ZapfDingbats"><font size="1" face="ZapfDingbats">?</font></font> <font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">Inserts and deletes have higher overhead because the index on the view has to be updated immediately; updates also have higher overhead if the key column of the index is affected by the update.</font></font></p>
</li>
</ol>
<p></li>
<li>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">What is the difference between user defined function and stored procedures</font></font></p>
<p></p>
<ol>
<li></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">Can return a value of most SQL Server data types. Excluded return types include</font></font> <font size="1" face="WileyCode-Regular"><font size="1" face="WileyCode-Regular">text</font></font><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">,</font></font> <font size="1" face="WileyCode-Regular"><font size="1" face="WileyCode-Regular">ntext</font></font><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">,</font></font><font size="1" face="WileyCode-Regular"><font size="1" face="WileyCode-Regular">image</font></font><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">,</font></font> <font size="1" face="WileyCode-Regular"><font size="1" face="WileyCode-Regular">cursor</font></font><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">, and</font></font> <font size="1" face="WileyCode-Regular"><font size="1" face="WileyCode-Regular">timestamp</font></font><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">.</font></font></font></font></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">Can’t have “side effects.” Basically, they can’t do anything that reaches outside the scope of the function, such as changing tables, sending e-mails, or making system or database parameter changes.</font></font></font></font></li>
</ol>
<p></li>
<li>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">What is the SQ</font></font>L Server agent?</p>
<p></p>
<ol>
<li></li>
<li>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">The main engine behind anything in SQL Server that is scheduled. Utilizing this service, you can schedule jobs to run on a variety of different schedules. These jobs can have multiple tasks assigned to them and can even branch into doing different tasks depending on the outcome of some previous task. Examples of things run by the SQL Server Agent include backups as well as routine import and export tasks.</font></font></p>
</li>
</ol>
<p></li>
<li>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">What is the SQL Server Browser?</font></font></p>
<p></p>
<ol>
<li></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><br /></font></font></font></font>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">Supports advertising your server so those browsing your local network can identify your system has SQL Server installed.</font></font></font></font></p>
</li>
</ol>
<p></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><br /></font></font></font></font>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman">What is the <strong><font size="1" face="Palatino-Bold"><font size="1" face="Palatino-Bold">the default port?</font></font></strong></font></font></font></font></p>
<p></p>
<ol>
<li></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><br /></font></font></font></font>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><strong><font size="1" face="Palatino-Bold"><font size="1" face="Palatino-Bold"> that the IP NetLib will listen on is 1433.</font></font></strong></font></font></font></font></p>
</li>
</ol>
<p></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><br /></font></font></font></font>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><strong><font size="1" face="Palatino-Bold"><font size="1" face="Palatino-Bold">In how many ways can you see SQL Server query result?</font></font></strong></font></font></font></font></p>
<p></p>
<ol>
<li></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><br /></font></font></font></font>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><strong>3, File,Grid,Text</strong></font></font></font></font></p>
</li>
</ol>
<p><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><br /></font></font></font></font></li>
<li><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><br /></font></font></font></font>
<div align="left"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Roman"><font size="1" face="Palatino-Bold"><font size="1" face="Palatino-Bold"> What is SSIS  used for?</font></font></font></font></font></font></div>
<p></p>
<ol>
<li></li>
<li>
<div align="left">With SSIS, a tremendous amount of the coding (usually in some client-side language) that had to be done to perform complex data extracts or imports.Previously, Data Transformation Service DTS</div>
</li>
</ol>
<p></li>
<li>
<div align="left">What is the INNER,LEFT,RIGHT, AND FULL JOINS and what is their difference with CROSS JOIN?</div>
<p></p>
<ol>
<li></li>
<li>
<div align="left">PLEASE BE CAREFUL ON ‘ON ’ STATEMENT, WHEN YOU SPECIFY JOIN CONDITION.</div>
<p></li>
<li>
<div align="left">CROSS JOIN DOESN’T HAVE ON STATEMENT, IT JUST GIVES CARTESIAN PRODUCT OF THE TWO.</div>
</li>
</ol>
<p></li>
<li>
<div align="left">WHAT IS THE WILD CARD IN SQL? %, FOR EXAMPLE. LIKE ‘GOOG%’</div>
</li>
<li>
<div align="left">What is the difference between WHERE  and HAVING?</div>
</li>
</ol>
<p>          WHERE is applied to each row before row is considered in GROUP BY, HAVING is applied on results of GROUP BY.</p>
<p>12.  What is the difference between INSERT and INSERT INTO? None, since INTO is optional.</p>
<p>13. How do you insert default values into table column? Using DEFAULT keyword</p>
<p>       INSERT INTO PERSON VALUE(1,NULL,DEFAULT)</p>
<p>13. What is the INSERT INTO&#8230; SELECT for? </p>
<p>     Select results are inserted. No need to specify VALUES.</p>
<p>14. Simplify following inner join.</p>
<blockquote>
<p>SELECT *<br />
FROM HumanResources.Employee e<br />
INNER JOIN HumanResources.Employee m<br />
ON e.ManagerID = m.EmployeeID;</p>
<p>SELECT *<br />
FROM HumanResources.Employee e, HumanResources.Employee m<br />
WHERE e.ManagerID = m.EmployeeID;</p>
<p>The first one is the ANSI standard, the following is not, but supported by all the major SQL platforms.</p>
</blockquote>
<p>15. In MS Sql server, what is the alternative way of using left and right join?</p>
<blockquote>
<p>By using *= and =* which are stands for  LEFT JOIN and RIGHT JOIN. For example, left join can be</p>
<p>SELECT e.EmployeeID, m.EmployeeID AS ManagerID<br />
FROM HumanResources.Employee e, HumanResources.Employee m<br />
WHERE e.ManagerID *= m.EmployeeID;</p>
</blockquote>
<p>16. Alternatively how are you going to write CROSS JOIN.</p>
<p>       By using ,.  For example.</p>
<blockquote>
<p>SELECT *<br />
FROM Film f, Actors a;</p>
<p>which gets cross join of a and f.</p>
</blockquote>
<p>17. What is the difference between UNION and JOIN?</p>
<p>     UNION &#8216;concatenates&#8217; the query results.</p>
<p>18. What is the object naming convention in ms sql.</p>
<blockquote>
<p>[[[ServerName].DatabaseName.]SchemaName.]ObjectName</p>
</blockquote>
<p>19. What is the scheme?</p>
<p>      is stands for ownership.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=80&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/10/31/db-related/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>Some questions</title>
		<link>http://ebeworld.wordpress.com/2008/10/19/some-questions/</link>
		<comments>http://ebeworld.wordpress.com/2008/10/19/some-questions/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 05:44:19 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=76</guid>
		<description><![CDATA[1. What is the iterative software development method?
2. What is agile software development method?
3. What is RUP? What are the its parts?
4. What is the TDD, test driven development method?
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=76&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. What is the iterative software development method?</p>
<p>2. What is agile software development method?</p>
<p>3. What is RUP? What are the its parts?</p>
<p>4. What is the TDD, test driven development method?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=76&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/10/19/some-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>Load testing tools</title>
		<link>http://ebeworld.wordpress.com/2008/10/19/load-testing-tools/</link>
		<comments>http://ebeworld.wordpress.com/2008/10/19/load-testing-tools/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 03:41:03 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=73</guid>
		<description><![CDATA[Rational Robot, JMeter, LoadRunner are a few of them
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=73&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Rational Robot, JMeter, LoadRunner are a few of them</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=73&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/10/19/load-testing-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>JSP life cycle</title>
		<link>http://ebeworld.wordpress.com/2008/10/15/jsp-life-cycle/</link>
		<comments>http://ebeworld.wordpress.com/2008/10/15/jsp-life-cycle/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 15:07:09 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=70</guid>
		<description><![CDATA[Explain the life cycle methods of a JSP?

Pre-translated:Before the JSP file has been translated and compiled into the Servlet.
Translated: The JSP file has been translated and compiled as a Servlet.
Initialized: Prior to handling the requests in the service method the container calls the jspInit() to initialize the Servlet. Called only once per Servlet instance.
Servicing: Services [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=70&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div><span style="font-size:xx-small;font-family:Arial;"><span style="font-size:xx-small;font-family:Arial;">Explain the life cycle methods of a JSP?<br />
</span></span><span style="font-size:xx-small;font-family:Arial;"><span style="font-size:xx-small;font-family:Arial;"></p>
<div><strong><span style="font-size:xx-small;font-family:Arial,Bold;"><span style="font-size:xx-small;font-family:Arial,Bold;"><strong><span style="font-size:xx-small;font-family:Arial,Bold;"><span style="font-size:xx-small;font-family:Arial,Bold;">Pre-translated:</span></span></strong></span></span><strong><span style="font-size:x-small;font-family:Arial,Bold;"><span style="font-size:x-small;font-family:Arial,Bold;"><span style="font-size:xx-small;font-family:Arial;"><span style="font-size:xx-small;font-family:Arial;">Before the JSP file has been translated and compiled into the Servlet.<br />
</span></span><strong><span style="font-size:xx-small;font-family:Arial,Bold;"><span style="font-size:xx-small;font-family:Arial,Bold;">Translated: </span></span></strong><span style="font-size:xx-small;font-family:Arial;"><span style="font-size:xx-small;font-family:Arial;">The JSP file has been translated and compiled as a Servlet.<br />
</span></span><strong><span style="font-size:xx-small;font-family:Arial,Bold;"><span style="font-size:xx-small;font-family:Arial,Bold;">Initialized: </span></span></strong><span style="font-size:xx-small;font-family:Arial;"><span style="font-size:xx-small;font-family:Arial;">Prior to handling the requests in the service method the container calls the jspInit() to initialize the Servlet. Called only once per Servlet instance.<br />
</span></span><strong><span style="font-size:xx-small;font-family:Arial,Bold;"><span style="font-size:xx-small;font-family:Arial,Bold;">Servicing</span></span></strong><span style="font-size:xx-small;font-family:Arial;"><span style="font-size:xx-small;font-family:Arial;">: Services the client requests. Container calls this method for each request.<br />
</span></span><strong><span style="font-size:xx-small;font-family:Arial,Bold;"><span style="font-size:xx-small;font-family:Arial,Bold;">Out of service</span></span></strong><span style="font-size:xx-small;font-family:Arial;"><span style="font-size:xx-small;font-family:Arial;">: The Servlet instance is out of service. The container calls the jspDestroy() method.</span></span></span></span></strong></strong> </p>
<p> </p></div>
<p></span></span></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=70&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/10/15/jsp-life-cycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
		<item>
		<title>Signed applet</title>
		<link>http://ebeworld.wordpress.com/2008/10/14/signed-applet/</link>
		<comments>http://ebeworld.wordpress.com/2008/10/14/signed-applet/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 15:06:38 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[signed applet]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=31</guid>
		<description><![CDATA[A signed applet can become a trusted applet, which can work outside the sandbox.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=31&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A signed applet can become a trusted applet, which can work outside the sandbox.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=31&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/10/14/signed-applet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
	</channel>
</rss>