<?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>ForDevs &#187; Jaffar</title>
	<atom:link href="http://www.fordevs.com/author/jaffar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Tue, 25 May 2010 17:19:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to deploy WAR/JAR File in JBOSS</title>
		<link>http://www.fordevs.com/2010/05/how-to-deploy-warjar-file-in-jboss.html</link>
		<comments>http://www.fordevs.com/2010/05/how-to-deploy-warjar-file-in-jboss.html#comments</comments>
		<pubDate>Tue, 25 May 2010 17:18:20 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JBOSS]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=757</guid>
		<description><![CDATA[Step to deploy WAR/JAR File in JBOSS Paste your WAR/JAR File into jboss\server\default\deploy Folder Go to jboss\bin and run the file run.bat. After successful run.go to jboss\server\default folder and see three new folder log,tmp,work. log &#8211; Log File is created here tmp &#8211; All the Deployed WAR and JAR File extacted here. work &#8211; all [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/05/how-to-deploy-warjar-file-in-jboss.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between String and String Buffer</title>
		<link>http://www.fordevs.com/2010/05/difference-between-string-and-string-buffer.html</link>
		<comments>http://www.fordevs.com/2010/05/difference-between-string-and-string-buffer.html#comments</comments>
		<pubDate>Sat, 22 May 2010 18:24:18 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=754</guid>
		<description><![CDATA[String ===== String are immutable object.Its value cannot be changed(constant).String object are readonly.If you create one instance of string and change the value of string then it create new instance. String Buffer ========= String Buffer is mutable.Its Value can be Changed.If you create one instance and append the text without creating a new instance Example: [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/05/difference-between-string-and-string-buffer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find 2nd highest value in a table ?</title>
		<link>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html</link>
		<comments>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 13:52:30 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=688</guid>
		<description><![CDATA[To Find the 2nd Maximum Of Mark in a Data Set SELECT * FROM Student a WHERE 2=&#40;SELECT count&#40;DISTINCT Mark&#41; FROM Student b WHERE a.Mark&#60;=b.Mark&#41; To Find the 2nd Minimum Of Mark in a Data Set SELECT * FROM Student a WHERE 2=&#40;SELECT count&#40;DISTINCT Mark&#41; FROM Student b WHERE a.Mark&#62;=b.Mark&#41; To Find nth Maximum and [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to convert from .class file to .java file in Java</title>
		<link>http://www.fordevs.com/2009/11/how-to-convert-from-class-file-to-java-file-in-java.html</link>
		<comments>http://www.fordevs.com/2009/11/how-to-convert-from-class-file-to-java-file-in-java.html#comments</comments>
		<pubDate>Tue, 01 Dec 2009 09:15:47 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=631</guid>
		<description><![CDATA[Step 1: Download Java – Decompiler from http://download.cnet.com/windows/3055-2213_4-10046809.html?tag=pdl-redir Step 2: Install the Java – Decompiler in your PC. Step 3: Go to All Programs &#8211;&#62; DJ Java Decomplier &#8211;&#62; DJ Java Decomplier. Step 4: Select File &#8211;&#62; Open then Choose the Class File in File Dialog box. Step 5: Java File is created from class [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/11/how-to-convert-from-class-file-to-java-file-in-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 1.5 features</title>
		<link>http://www.fordevs.com/2009/10/java-15-features.html</link>
		<comments>http://www.fordevs.com/2009/10/java-15-features.html#comments</comments>
		<pubDate>Sun, 01 Nov 2009 02:59:33 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=611</guid>
		<description><![CDATA[Generics: provides compile-time (static) type safety for collections and eliminates the need for most typecasts (type conversion). Metadata: also called annotations; allows language constructs such as classes and methods to be tagged with additional data, which can then be processed by metadata-aware utilities. Autoboxing/unboxing: automatic conversions between primitive types (such as int) and primitive wrapper [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/10/java-15-features.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java with JDBC</title>
		<link>http://www.fordevs.com/2009/05/java-with-jdbc.html</link>
		<comments>http://www.fordevs.com/2009/05/java-with-jdbc.html#comments</comments>
		<pubDate>Sat, 30 May 2009 17:45:08 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[jdbc]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=339</guid>
		<description><![CDATA[Combination of java and JDBC is very useful to lets the programmer run his/her program on different platforms. Java programs are secure, robust, automatically downloaded from the network.JDBC API enables Java applications to interact with different types of databases. Some of the advantages of using Java with JDBC are • Easy and economical • Continued [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/05/java-with-jdbc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Networking</title>
		<link>http://www.fordevs.com/2009/05/java-networking.html</link>
		<comments>http://www.fordevs.com/2009/05/java-networking.html#comments</comments>
		<pubDate>Fri, 29 May 2009 17:41:47 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=293</guid>
		<description><![CDATA[Network is nothing but a set of computers which are physically connected together.internet is a network of networks. Protocols: Different networks requires certain set of rules called protocols.java networking is done using TCP/IP protocol Different types of protocols are also available in this protocol they are: *Http(Hyper Text Transfer Protocol) *FTP(File Transfer Protocol) *SMTP(Simple Mail [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/05/java-networking.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you create a Thread</title>
		<link>http://www.fordevs.com/2009/05/how-do-you-create-a-thread.html</link>
		<comments>http://www.fordevs.com/2009/05/how-do-you-create-a-thread.html#comments</comments>
		<pubDate>Wed, 27 May 2009 16:33:10 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Thread]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=285</guid>
		<description><![CDATA[Threads: Thread is a line of execution.In a single-threaded system there is only one execution line (i.e) only one part of program is in the process of execution at any one time To create a new thread: Thread mythread = new thread(this); this referes the current applet &#38; mythread is a variable Example: import java.awt.*; [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/05/how-do-you-create-a-thread.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ms-Dos Command &#8211; Copy &amp; Move</title>
		<link>http://www.fordevs.com/2009/05/ms-dos-command.html</link>
		<comments>http://www.fordevs.com/2009/05/ms-dos-command.html#comments</comments>
		<pubDate>Tue, 26 May 2009 22:53:57 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=261</guid>
		<description><![CDATA[1.Copy a Specify File From One Location to Another. 2.Copy all the File From One Folder to Another. 3.Move all the File and Sub-Folder From One Folder to Another.]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/05/ms-dos-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Automatic Updates,Ready To Install</title>
		<link>http://www.fordevs.com/2009/05/delete-automatic-updatesready-to-install.html</link>
		<comments>http://www.fordevs.com/2009/05/delete-automatic-updatesready-to-install.html#comments</comments>
		<pubDate>Sat, 23 May 2009 17:27:16 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=149</guid>
		<description><![CDATA[Presuming : you downloaded this update through Window Updates and not manually Remove Window Update downloads from the temporary folder:- 1.Stop the Automatic Updates service (Click Start, Choose Run. In the Run box, type services.msc.Click OK.Right-click the Automatic Updates service.Click Stop.Stopping the service will take a moment.) 2.Delete the contents of the Download folder(Click Start. [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/05/delete-automatic-updatesready-to-install.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
