<?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 &#187; Manoj Shah</title>
	<atom:link href="http://www.web-mumbai.com/news/author/manoj/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.4</generator>
		<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>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>JFrame Class</title>
		<link>http://www.web-mumbai.com/news/jframe-class.php</link>
		<comments>http://www.web-mumbai.com/news/jframe-class.php#comments</comments>
		<pubDate>Mon, 27 Oct 2008 09:34:28 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[Accepting Data From User]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=93</guid>
		<description><![CDATA[<p>Frames are a powerful feature of swing. You can create a windows for your application by using the resizable border. To create a frame window. you use the constructor of the JFrame class. The constructor accepts the title of the  &#160; &#160; <a href="http://www.web-mumbai.com/news/jframe-class.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/jframe-class.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Features of JDBC API</title>
		<link>http://www.web-mumbai.com/news/features-of-jdbc-api.php</link>
		<comments>http://www.web-mumbai.com/news/features-of-jdbc-api.php#comments</comments>
		<pubDate>Thu, 23 Oct 2008 18:36:39 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JDBC]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=87</guid>
		<description><![CDATA[<p>java Database Connective (JDBC) provides a databse programing API for java program. Some of the feature of JDBC API are.</p>
<p>1. Contains a set of class and interfaces that are used to connect to a databse built using anyDBMS?RDBMS, submit SQL  &#160; &#160; <a href="http://www.web-mumbai.com/news/features-of-jdbc-api.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/features-of-jdbc-api.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual C#.net</title>
		<link>http://www.web-mumbai.com/news/visual-cnet.php</link>
		<comments>http://www.web-mumbai.com/news/visual-cnet.php#comments</comments>
		<pubDate>Sun, 19 Oct 2008 11:25:36 +0000</pubDate>
		<dc:creator>Manoj Shah</dc:creator>
				<category><![CDATA[Visual C#.Net]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://www.web-mumbai.com/news/?p=80</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/visual-cnet.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

