<?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>Sharag's Tech Interview HELP &#187; Answers</title>
	<atom:link href="http://sharag.wordpress.com/tag/answers/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharag.wordpress.com</link>
	<description>Collection of Interview Questions and Answers for PHP, MySQL and WEB technologies</description>
	<lastBuildDate>Fri, 20 Nov 2009 12:21:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sharag.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/46954ef10a40e0990780c59b3c1a7358?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sharag's Tech Interview HELP &#187; Answers</title>
		<link>http://sharag.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sharag.wordpress.com/osd.xml" title="Sharag&#8217;s Tech Interview HELP" />
		<item>
		<title>MNC php interview questions and answers</title>
		<link>http://sharag.wordpress.com/2009/01/05/mnc-php-interview-questions-and-answers/</link>
		<comments>http://sharag.wordpress.com/2009/01/05/mnc-php-interview-questions-and-answers/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 12:53:03 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[cap gemini]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[type juggling]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=105</guid>
		<description><![CDATA[1) what is session_set_save_handler in PHP? session_set_save_handler() sets the user-level session storage functions which are used for storing and retrieving data associated with a session. This is most useful when a storage method other than those supplied by PHP sessions is preferred. i.e. Storing the session data in a local database.
2) what is garbage collection? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=105&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2009/01/05/mnc-php-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>Aztecsoft php web developer interview questions and answers</title>
		<link>http://sharag.wordpress.com/2008/12/31/latest-high-level-web-developer-interview-questions-and-answers/</link>
		<comments>http://sharag.wordpress.com/2008/12/31/latest-high-level-web-developer-interview-questions-and-answers/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 09:02:51 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[Aztec soft]]></category>
		<category><![CDATA[AztecSoft]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=93</guid>
		<description><![CDATA[1) how to increase the web page performance ?
1) Use lightweight templates
2) Put Stylesheets at the Top
3) Put Scripts at the Bottom
4) Avoid CSS Expressions like As an example, the background color could be set to alternate every hour using CSS expressions.
background-color: expression( (new Date()).getHours()%2 ? &#8220;#B8D4FF&#8221; : &#8220;#F08A00&#8243; );
5) Make JavaScript and CSS External
6) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=93&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/12/31/latest-high-level-web-developer-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>AJAX Interview Questions and Answers</title>
		<link>http://sharag.wordpress.com/2008/12/10/ajax-interview-questions-and-answers/</link>
		<comments>http://sharag.wordpress.com/2008/12/10/ajax-interview-questions-and-answers/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 07:42:11 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML_AJAX]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[polling]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[XAJAX]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=87</guid>
		<description><![CDATA[What&#8217;s AJAX?
AJAX (Asynchronous JavaScript and XML) is a newly coined term for two powerful browser features that have been around for years, but were overlooked by many web developers until recently when applications such as Gmail, Google Suggest, and Google Maps hit the streets.
Asynchronous JavaScript and XML, or Ajax (pronounced &#8220;Aye-Jacks&#8221;), is a web development [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=87&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/12/10/ajax-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Interview Questions And Answers  &#8211; important good answers</title>
		<link>http://sharag.wordpress.com/2008/12/10/css-interview-questions-and-answers-important-good-answers/</link>
		<comments>http://sharag.wordpress.com/2008/12/10/css-interview-questions-and-answers-important-good-answers/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 07:29:59 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[blocks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cascade]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css rule]]></category>
		<category><![CDATA[declaration]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[DSSSL]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[hyper link]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[MENU]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[netscape]]></category>
		<category><![CDATA[p]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[precedence]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[shorthand]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[table cells]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=84</guid>
		<description><![CDATA[Which set of definitions, HTML attributes or CSS properties, take precedence?
CSS properties take precedence over HTML attributes. If both are specified, HTML attributes will be displayed in browsers without CSS support but won&#8217;t have any effect in browsers with CSS support.
How do I eliminate the blue border around linked images?
in your CSS, you can specify [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=84&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/12/10/css-interview-questions-and-answers-important-good-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP common interview questions &#8211; answers</title>
		<link>http://sharag.wordpress.com/2008/11/26/php-common-interview-questions-answers/</link>
		<comments>http://sharag.wordpress.com/2008/11/26/php-common-interview-questions-answers/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 13:09:11 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[browser properties]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[counter]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[doubt]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[hits]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[mysql connect]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[page view]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[php editors]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printf]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[resultset]]></category>
		<category><![CDATA[Static]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=78</guid>
		<description><![CDATA[=,==,=== &#8211; what is the difference between these?
= assigns a value, == checks if value is the same, === checks if value is the same and the variables are of the exact same type.
Echo, print, printf &#8211; what is the difference between these?
Print and echo both output what is passed to them. Print acts like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=78&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/11/26/php-common-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP interview questions &amp; ANSWERS</title>
		<link>http://sharag.wordpress.com/2008/11/07/php-interview-questions/</link>
		<comments>http://sharag.wordpress.com/2008/11/07/php-interview-questions/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 09:03:29 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[abstract class]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[array sort]]></category>
		<category><![CDATA[asp to php]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[browser properties]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[char]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[cross site Scripting]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[database name]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[E-R diagrams]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[father of PHP]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[friend functions]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[Grant]]></category>
		<category><![CDATA[GROUP BY]]></category>
		<category><![CDATA[htmlentities]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JavaScript Object Notation]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[maximum length]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[MyISAM]]></category>
		<category><![CDATA[nl2br]]></category>
		<category><![CDATA[Normalization]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[ORDER BY]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[predefined classes]]></category>
		<category><![CDATA[Primary Key]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[result set]]></category>
		<category><![CDATA[Revoke]]></category>
		<category><![CDATA[send mail]]></category>
		<category><![CDATA[SESSION]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[strstr]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[table name]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[tored procedures]]></category>
		<category><![CDATA[triggers]]></category>
		<category><![CDATA[Unique key]]></category>
		<category><![CDATA[unlink]]></category>
		<category><![CDATA[unset]]></category>
		<category><![CDATA[urldecode]]></category>
		<category><![CDATA[urlencode]]></category>
		<category><![CDATA[varchar]]></category>
		<category><![CDATA[variable variables]]></category>
		<category><![CDATA[zend engine]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=55</guid>
		<description><![CDATA[ Q:1 	What are the differences between Get and post methods in form submitting.
give the case where we can use get and we can use post methods?
A:1
When to use GET or  POST
The HTML 2.0 specification says, in section Form
Submission (and the HTML 4.0 specification repeats this with minor
stylistic changes):
–&#62;If the processing of a form is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=55&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/11/07/php-interview-questions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>

		<media:content url="http://sharag.files.wordpress.com/2008/11/12341.gif" medium="image">
			<media:title type="html">12341</media:title>
		</media:content>
	</item>
		<item>
		<title>Freshers PHP/MySQL Technical Interview Questions &amp; Answers</title>
		<link>http://sharag.wordpress.com/2008/08/28/freshers-phpmysql-technical-interview-questions-answers/</link>
		<comments>http://sharag.wordpress.com/2008/08/28/freshers-phpmysql-technical-interview-questions-answers/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 11:29:26 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[fresher]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=35</guid>
		<description><![CDATA[Freshers PHP Technical Interview Questions &#38; Answers


Question : What are the differences between Get and post methods in form submitting. Give the case where we can use get and we can use post methods?
Answer  : When to use GET or POST
The HTML 2.0 specification says, in section Form Submission (and the HTML 4.0 specification [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=35&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/08/28/freshers-phpmysql-technical-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>

		<media:content url="http://sharag.files.wordpress.com/2008/08/php11.jpg" medium="image" />

		<media:content url="http://sharag.files.wordpress.com/2008/08/php21.jpg" medium="image" />
	</item>
		<item>
		<title>PHP OOPS Interview Questions &amp; Answers</title>
		<link>http://sharag.wordpress.com/2008/08/13/php-oops-interview-questions-answers/</link>
		<comments>http://sharag.wordpress.com/2008/08/13/php-oops-interview-questions-answers/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 08:30:51 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[fresher]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=29</guid>
		<description><![CDATA[PHP OOPS Interview Questions &#38; Answers
1)	Explain what is object oriented programming language?
Object oriented programming language allows concepts such as modularity, encapsulation, polymorphism and inheritance.  Objects are said to be the most important part of object oriented language. Concept revolves around making simulation programs around an object. Organize a program around its data (object)&#38; set well define [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=29&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/08/13/php-oops-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Design HTML Interview Questions &amp; Answers</title>
		<link>http://sharag.wordpress.com/2008/06/28/web-design-html-interview-questions-answers/</link>
		<comments>http://sharag.wordpress.com/2008/06/28/web-design-html-interview-questions-answers/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 11:45:18 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=17</guid>
		<description><![CDATA[Web Design HTML Interview Questions &#38;amp; Answers
1) Intrepret this statement: &#60;strong&#62;Michelle&#60;/strong&#62;
a) It makes Michelle strong
b) It highlights Michelle as being strong
c) It will print out Michelle in bold font - correct answer
2) Tables can be nested (table inside of another table).
a) True - correct answer
b) False
3) Which is correct?
a) &#60;b&#62;Click Here&#60;b&#62;
b) &#60;strong&#62;Click Here&#60;strong&#62;
c) &#60;b&#62;Click Here&#60;/b&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=17&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/06/28/web-design-html-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Technical Interview Questions &#8211; part 2</title>
		<link>http://sharag.wordpress.com/2008/06/18/mysql-technical-interview-questions-part-2/</link>
		<comments>http://sharag.wordpress.com/2008/06/18/mysql-technical-interview-questions-part-2/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 16:11:34 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=13</guid>
		<description><![CDATA[What are HEAP tables in MySQL?
HEAP tables are in-memory. They are usually used for  high-speed temporary storage. No TEXT or BLOB fields are  allowed within HEAP tables. You can only use the  comparison operators = and &#60;=&#62;. HEAP tables do not  support AUTO_INCREMENT. Indexes must be NOT NULL.
How do you control [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=13&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/06/18/mysql-technical-interview-questions-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
	</channel>
</rss>