<?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>Web Mumbai</title>
	<atom:link href="http://www.web-mumbai.com/news/feed" rel="self" type="application/rss+xml" />
	<link>http://www.web-mumbai.com/news</link>
	<description>Web Mumbai Web Site Designer</description>
	<lastBuildDate>Sun, 23 Nov 2008 05:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What is AJAX?</title>
		<link>http://www.web-mumbai.com/news/what-is-ajax.php</link>
		<comments>http://www.web-mumbai.com/news/what-is-ajax.php#comments</comments>
		<pubDate>Thu, 20 Nov 2008 18:42:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=151</guid>
		<description><![CDATA[<p>AJAX means Asynchronous JavaScript and XML. It is a web development technique for creating interactive web applications. Ajax helps to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that  &#160; &#160; <a href="http://www.web-mumbai.com/news/what-is-ajax.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/what-is-ajax.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is XML?</title>
		<link>http://www.web-mumbai.com/news/what-is-xml.php</link>
		<comments>http://www.web-mumbai.com/news/what-is-xml.php#comments</comments>
		<pubDate>Thu, 20 Nov 2008 18:28:19 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[The main difference between XML and HTML]]></category>
		<category><![CDATA[What is XML?]]></category>
		<category><![CDATA[What you should already know]]></category>
		<category><![CDATA[XML can also store data inside HTML documents]]></category>
		<category><![CDATA[XML can be used to exchange data]]></category>
		<category><![CDATA[XML can be used to store data]]></category>
		<category><![CDATA[XML can keep data separated from your HTML]]></category>
		<category><![CDATA[XML is a complement to HTML]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=145</guid>
		<description><![CDATA[• XML stands for EXtensible Markup Language
• XML is a markup language much like HTML.
• XML was designed to describe data.
• XML tags are not predefined in XML. You must define your own tags.
• XML is self describing.
• XML uses a DTD (Document Type Definition) to formally describe the data.]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/what-is-xml.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Thread</title>
		<link>http://www.web-mumbai.com/news/java-thread.php</link>
		<comments>http://www.web-mumbai.com/news/java-thread.php#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:04:54 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[OOPS]]></category>
		<category><![CDATA[Thread]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=133</guid>
		<description><![CDATA[<p>A thread is a lightweight process which exist within a program and executed to perform a special task. Several threads of execution may be associated with a single process. Thus a process that has only one thread is referred to  &#160; &#160; <a href="http://www.web-mumbai.com/news/java-thread.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/java-thread.php/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Threading in Java</title>
		<link>http://www.web-mumbai.com/news/threading-in-java.php</link>
		<comments>http://www.web-mumbai.com/news/threading-in-java.php#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:58:57 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[OOPS]]></category>
		<category><![CDATA[Creation of Multiple Threads Thread Priorities and Scheduler]]></category>
		<category><![CDATA[Daemon Thread]]></category>
		<category><![CDATA[Deadlock]]></category>
		<category><![CDATA[Inter-Thread Communication]]></category>
		<category><![CDATA[Introduction to Multithreading]]></category>
		<category><![CDATA[Java Threading]]></category>
		<category><![CDATA[Life Cycle of A Thread]]></category>
		<category><![CDATA[Lock and Synchronized Threads]]></category>
		<category><![CDATA[Overview of Thread]]></category>
		<category><![CDATA[Thread]]></category>
		<category><![CDATA[Thread Creation   Thread Constructors]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=129</guid>
		<description><![CDATA[<p>Overview of Thread
Threading concept is very important in Java Programming language. A thread is a sequential path of code execution within a program. And each thread has its own local variables, program counter and lifetime.</p>
<p>Life Cycle of A Thread
Life Cycle  &#160; &#160; <a href="http://www.web-mumbai.com/news/threading-in-java.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/threading-in-java.php/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Multilevel Inheritance in Java</title>
		<link>http://www.web-mumbai.com/news/multilevel-inheritance-in-java.php</link>
		<comments>http://www.web-mumbai.com/news/multilevel-inheritance-in-java.php#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:47:31 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[OOPS]]></category>
		<category><![CDATA[Multilevel Inheritance]]></category>
		<category><![CDATA[Multiple Inheritance]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=127</guid>
		<description><![CDATA[<p>It is the enhancement of the concept of inheritance. When  a subclass is derived from a derived class then this mechanism is known as the  multilevel inheritance. The derived class is called the subclass or child class   &#160; &#160; <a href="http://www.web-mumbai.com/news/multilevel-inheritance-in-java.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/multilevel-inheritance-in-java.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Simple Inheritance</title>
		<link>http://www.web-mumbai.com/news/java-simple-inheritance.php</link>
		<comments>http://www.web-mumbai.com/news/java-simple-inheritance.php#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:44:44 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[OOPS]]></category>
		<category><![CDATA[Multilevel Inheritance]]></category>
		<category><![CDATA[Simple Inheritance]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=125</guid>
		<description><![CDATA[<p>When a  subclass is derived simply from it&#8217;s parent class  then this mechanism is known as simple inheritance. In case of simple  inheritance there is only a sub class and it&#8217;s parent class. It is also called   &#160; &#160; <a href="http://www.web-mumbai.com/news/java-simple-inheritance.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/java-simple-inheritance.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Inheritance</title>
		<link>http://www.web-mumbai.com/news/java-inheritance.php</link>
		<comments>http://www.web-mumbai.com/news/java-inheritance.php#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:41:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Inheritance in Java]]></category>
		<category><![CDATA[Java Extends]]></category>
		<category><![CDATA[Java Inheritance]]></category>
		<category><![CDATA[Multilevel Inheritance]]></category>
		<category><![CDATA[Simple Inheritance]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=123</guid>
		<description><![CDATA[<p>To know the concept of inheritance clearly you must have  the idea of class and its features like methods, data members, access controls,  constructors, keywords this, super etc.</p>
<p>As the name suggests, inheritance means to take something  that  &#160; &#160; <a href="http://www.web-mumbai.com/news/java-inheritance.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/java-inheritance.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPs Concepts in Java</title>
		<link>http://www.web-mumbai.com/news/oops-concepts-in-java.php</link>
		<comments>http://www.web-mumbai.com/news/oops-concepts-in-java.php#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:33:52 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[OOPS]]></category>
		<category><![CDATA[Abstraction]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Encapsulation]]></category>
		<category><![CDATA[Inheritance]]></category>
		<category><![CDATA[Introduction to OOP]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[Polymorphism]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=121</guid>
		<description><![CDATA[<p>Introduction to OOP
Object Oriented Programming or OOP is the technique to  create programs based on the real world. Unlike procedural programming, here in  the OOP programming model programs are organized around objects and data rather  than actions  &#160; &#160; <a href="http://www.web-mumbai.com/news/oops-concepts-in-java.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/oops-concepts-in-java.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Programmings in Java</title>
		<link>http://www.web-mumbai.com/news/object-oriented-programmings-in-java.php</link>
		<comments>http://www.web-mumbai.com/news/object-oriented-programmings-in-java.php#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:28:04 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[OOPS]]></category>
		<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[Object Oriented Programmings in Java]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=119</guid>
		<description><![CDATA[<p>Java is a object oriented programming and to understand the functionality of OOP in Java, we first need to understand several fundamentals related to objects. These include class, method, inheritance, encapsulation, abstraction, polymorphism etc.</p>
<p>Class &#8211; It is the central point  &#160; &#160; <a href="http://www.web-mumbai.com/news/object-oriented-programmings-in-java.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/object-oriented-programmings-in-java.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Object Oriented Programming?</title>
		<link>http://www.web-mumbai.com/news/what-is-object-oriented-programming.php</link>
		<comments>http://www.web-mumbai.com/news/what-is-object-oriented-programming.php#comments</comments>
		<pubDate>Tue, 04 Nov 2008 18:42:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=116</guid>
		<description><![CDATA[<p>Everyone that wants to program JavaScript should at least try reading the following section. If you have trouble understanding it, don&#8217;t worry. The best way to learn JavaScript is from the examples presented in this tutorial. After you have been  &#160; &#160; <a href="http://www.web-mumbai.com/news/what-is-object-oriented-programming.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/what-is-object-oriented-programming.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
