<?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>article-stack</title>
	<atom:link href="http://article-stack.com/feed" rel="self" type="application/rss+xml" />
	<link>http://article-stack.com</link>
	<description>illustrate the knowledge</description>
	<lastBuildDate>Sat, 28 Apr 2012 14:06:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Solved SQL exercise for novice to experts</title>
		<link>http://article-stack.com/how-why/solved-sql-exercise-for-novice-to-experts.amty</link>
		<comments>http://article-stack.com/how-why/solved-sql-exercise-for-novice-to-experts.amty#comments</comments>
		<pubDate>Sat, 28 Apr 2012 14:06:52 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[How & Why]]></category>
		<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[DB]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Ready to use]]></category>
		<category><![CDATA[SQL and Database]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=18</guid>
		<description><![CDATA[There is an example , some questions, and corresponding queries. These queries are written in Oracle. But it’ll give you clear logic about how to write SQL queries in any sort of SQL like DB2, TSQL, MySql etc. I constructed this exercise during my training. Although Some questions do not having solution. So those will [...]]]></description>
		<wfw:commentRss>http://article-stack.com/how-why/solved-sql-exercise-for-novice-to-experts.amty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Type of Software Testing, illustrated</title>
		<link>http://article-stack.com/education/type-of-software-testing-illustrated.amty</link>
		<comments>http://article-stack.com/education/type-of-software-testing-illustrated.amty#comments</comments>
		<pubDate>Sun, 01 Apr 2012 12:13:36 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[glossary]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[interview-qt]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1924</guid>
		<description><![CDATA[We generally use most of the testing strategy described here. But we are not aware with their name. So know which testing you use and impress your seniors. Module or unit testing – when programmer/developer checks his program himself. It includes boundary condition check, program reviews, error handling, formal verification, all permutation of input/output data [...]]]></description>
		<wfw:commentRss>http://article-stack.com/education/type-of-software-testing-illustrated.amty/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mystery behind equals(), ==, and hashcode</title>
		<link>http://article-stack.com/education/mystery-behind-equals-and-hashcode.amty</link>
		<comments>http://article-stack.com/education/mystery-behind-equals-and-hashcode.amty#comments</comments>
		<pubDate>Sat, 31 Mar 2012 05:08:24 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1911</guid>
		<description><![CDATA[equals() of Object class and logic operator &#8220;==&#8221; puzzle me always. I decided to write this article after finding many arguments and questions on the same topic. Lets start with a simple example; System.out.println(&#34;Amit&#34;.hashCode()); System.out.println(&#34;Amit&#34;.hashCode()); String name = &#34;Amit&#34;; System.out.println(name.hashCode()); System.out.println(name == &#34;Amit&#34;); System.out.println(name.equals(&#34;Amit&#34;)); String[] nameList = {&#34;Amit&#34;,&#34;Arti&#34;}; System.out.println(nameList[0].hashCode()); System.out.println(name == nameList[0]); System.out.println(name.equals(nameList[0])); nameList[0] = [...]]]></description>
		<wfw:commentRss>http://article-stack.com/education/mystery-behind-equals-and-hashcode.amty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relation among XML XSL DTD XSD</title>
		<link>http://article-stack.com/education/relation-among-xml-xsl-dtd-xsd.amty</link>
		<comments>http://article-stack.com/education/relation-among-xml-xsl-dtd-xsd.amty#comments</comments>
		<pubDate>Fri, 23 Mar 2012 03:35:17 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[beginner]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1905</guid>
		<description><![CDATA[w3schools is good place to start learning web technologies before reading any other manual or book. Here I am summarizing the relation among most of XML flavors. I&#8217;ll recommend it  before starting with w3schools. In addition of above diagram, DTD &#38; XSD both do the same job. But XSD is newer than DTD, in form [...]]]></description>
		<wfw:commentRss>http://article-stack.com/education/relation-among-xml-xsl-dtd-xsd.amty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Electronics easy</title>
		<link>http://article-stack.com/education/make-electronics-easy.amty</link>
		<comments>http://article-stack.com/education/make-electronics-easy.amty#comments</comments>
		<pubDate>Sat, 17 Mar 2012 21:52:23 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[students]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1899</guid>
		<description><![CDATA[Although I generally write articles related to programming languages, hacks etc. but I like to share illustrated tutorial, videos, helpful snippets etc. So this time I am sharing some basic animation for electronics student; 555 Timer Op Amps Transistors Field  Effect Transistors Resistor Capacitors &#38; ByPassing Inductors Tropospheric Scatter Communication Doppler Radar Blog this on [...]]]></description>
		<wfw:commentRss>http://article-stack.com/education/make-electronics-easy.amty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice trick to get_the_ID() in wp_head()</title>
		<link>http://article-stack.com/how-why/nice-trick-to-get_the_id-in-wp_head.amty</link>
		<comments>http://article-stack.com/how-why/nice-trick-to-get_the_id-in-wp_head.amty#comments</comments>
		<pubDate>Fri, 16 Mar 2012 04:46:44 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[How & Why]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Ready to use]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1895</guid>
		<description><![CDATA[If you call the_ID() or get_the_ID() in wp_head(), you’ll get nothing. Sometimes you require post id to do a specific action like including post id in meta tag or to count number of visits etc. Well this trick can help you. Let’s see how; add_action('wp_head', 'doSomethingInHead'); function doSomethingInHead() { : echo &#34;#amtypostid#; : } } [...]]]></description>
		<wfw:commentRss>http://article-stack.com/how-why/nice-trick-to-get_the_id-in-wp_head.amty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile software development, an overview in 5 mins</title>
		<link>http://article-stack.com/education/agile-software-development-an-overview-in-5-mins.amty</link>
		<comments>http://article-stack.com/education/agile-software-development-an-overview-in-5-mins.amty#comments</comments>
		<pubDate>Fri, 16 Mar 2012 01:30:10 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[Discussion & reviews]]></category>
		<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[computer]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1889</guid>
		<description><![CDATA[Remember Arti asked me to develop an application for her mobile. Now she is my wife… housewife… all time free. So you can imagine my condition until I complete her application. Everyday in the morning, when I get ready to my office, she asks me how much I have completed the application. I already had [...]]]></description>
		<wfw:commentRss>http://article-stack.com/education/agile-software-development-an-overview-in-5-mins.amty/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deadlock detection through YourKit Java Profiler</title>
		<link>http://article-stack.com/how-why/deadlock-detection-through-yourkit-java-profiler.amty</link>
		<comments>http://article-stack.com/how-why/deadlock-detection-through-yourkit-java-profiler.amty#comments</comments>
		<pubDate>Thu, 15 Mar 2012 05:04:44 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[How & Why]]></category>
		<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[multithreading]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1881</guid>
		<description><![CDATA[Some days ago I wrote an article How Nested Monitor can cause DeadLock and made a tracer to know what i going on in my program. This was a simple lite-weighted tracer who monitors deadlock and exit from the program if any deadlock detected. It also prints various states of a thread. But since it [...]]]></description>
		<wfw:commentRss>http://article-stack.com/how-why/deadlock-detection-through-yourkit-java-profiler.amty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struts 1 &#8211; how easier it is</title>
		<link>http://article-stack.com/education/struts-1-how-easier-it-is.amty</link>
		<comments>http://article-stack.com/education/struts-1-how-easier-it-is.amty#comments</comments>
		<pubDate>Mon, 12 Mar 2012 05:06:36 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[strut]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1870</guid>
		<description><![CDATA[I suppose I am increase redundancy over Internet by writing this article. You&#8217;ll find many of articles on Internet over struts. But only some of them has explained how easier strut is. Prerequisites: JSP Servlets Lets start with Strut 1. Strut is a framework over JSP &#38; Servlet. It divides a Servlet class into 2 [...]]]></description>
		<wfw:commentRss>http://article-stack.com/education/struts-1-how-easier-it-is.amty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A good condition can let other threads go ahead</title>
		<link>http://article-stack.com/education/a-good-condition-can-let-other-threads-go-ahead.amty</link>
		<comments>http://article-stack.com/education/a-good-condition-can-let-other-threads-go-ahead.amty#comments</comments>
		<pubDate>Sun, 11 Mar 2012 18:06:25 +0000</pubDate>
		<dc:creator>Amit Gupta</dc:creator>
				<category><![CDATA[Interactive knowledge & Tips n Tricks & other reference stuff]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[multithreading]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://article-stack.com/?p=1852</guid>
		<description><![CDATA[Java 5 provides Lock over synchronized and handed over locking to programmer hands. But it is incomplete without Condition. Condition condition (since Java 5) is nothing but labeled wait(), notify() &#38; notifyAll(). Let’s understand it with an example; There are 2 containers: ChocoPowederContainer, WheatPowderContainer. CookieMaker takes some amount of powder from both containers to make [...]]]></description>
		<wfw:commentRss>http://article-stack.com/education/a-good-condition-can-let-other-threads-go-ahead.amty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Object Caching 949/1088 objects using disk: basic

Served from: article-stack.com @ 2012-05-19 04:00:24 -->
