<?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>Shwetha&#039;s Blog</title>
	<atom:link href="http://www.shwetha.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shwetha.info</link>
	<description>Shwethas Web World</description>
	<lastBuildDate>Thu, 15 Oct 2009 14:56:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>some concepts related with operating system</title>
		<link>http://www.shwetha.info/technical/some-concepts-related-with-operating-system</link>
		<comments>http://www.shwetha.info/technical/some-concepts-related-with-operating-system#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:56:37 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.shwetha.info/?p=34</guid>
		<description><![CDATA[SEMAPHORES
In programming, especially in UNIXsystems, semaphores are a technique for coordinating or synchronizing activities in which multiple process compete for the same operating system resources. A semaphore is a value in a designated place in operating system (or kernel) storage that each process can check and then change. Depending on the value that is found, [...]]]></description>
		<wfw:commentRss>http://www.shwetha.info/technical/some-concepts-related-with-operating-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friend</title>
		<link>http://www.shwetha.info/general/friend</link>
		<comments>http://www.shwetha.info/general/friend#comments</comments>
		<pubDate>Mon, 05 Oct 2009 15:06:34 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.shwetha.info/?p=21</guid>
		<description><![CDATA[from now onwards if i get any valuable thing to share u will find it in
www.shwetha.info
]]></description>
		<wfw:commentRss>http://www.shwetha.info/general/friend/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pani puri in rainy days</title>
		<link>http://www.shwetha.info/general/pani-puri-in-rainy-days</link>
		<comments>http://www.shwetha.info/general/pani-puri-in-rainy-days#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:12:40 +0000</pubDate>
		<dc:creator>shwetha</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[time pass]]></category>

		<guid isPermaLink="false">http://www.shwetha.info/?p=17</guid>
		<description><![CDATA[pani puri in rainy days really rockz  
i love it  
]]></description>
		<wfw:commentRss>http://www.shwetha.info/general/pani-puri-in-rainy-days/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client/Server Program</title>
		<link>http://www.shwetha.info/general/clientserver-program</link>
		<comments>http://www.shwetha.info/general/clientserver-program#comments</comments>
		<pubDate>Mon, 05 Oct 2009 09:39:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.shwetha.info/?p=13</guid>
		<description><![CDATA[//for Server side
import java.net.*;
import java.io.*;
class FileManager
  {
    public static String getFileContent( String filename ) throws IOException
     {
        String content=&#8221;";
           try
           [...]]]></description>
		<wfw:commentRss>http://www.shwetha.info/general/clientserver-program/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RMI program</title>
		<link>http://www.shwetha.info/technical/rmi-program</link>
		<comments>http://www.shwetha.info/technical/rmi-program#comments</comments>
		<pubDate>Mon, 05 Oct 2009 09:30:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.shwetha.info/?p=9</guid>
		<description><![CDATA[//code for remote Interface
import java.rmi.*;
public interface HelloInterface extends Remote
{
        public String getMessage() throws RemoteException;
        public void display() throws RemoteException;
}

//Code for Server

import java.rmi.*;
import java.rmi.server.*;
public class HelloServer extends UnicastRemoteObject implements HelloInterface
{
        public HelloServer() throws RemoteException
  [...]]]></description>
		<wfw:commentRss>http://www.shwetha.info/technical/rmi-program/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
