<?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; Java</title>
	<atom:link href="http://www.fordevs.com/category/programming/java/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 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>JavaBeans</title>
		<link>http://www.fordevs.com/2009/02/javabeans.html</link>
		<comments>http://www.fordevs.com/2009/02/javabeans.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 15:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JSP]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/02/javabeans.html</guid>
		<description><![CDATA[Requirements for JavaBeans: there have to be set/get methods specified has to have public default constructor (without parameters) it should be in a package serializable get/set methods has to have the same data type! bean cannot modify content of a page! &#8230; in general, JavaBean is a standard Class. It can be used as a [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/02/javabeans.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open a File at any format in JSP</title>
		<link>http://www.fordevs.com/2008/12/open-file-at-any-format-in-jsp.html</link>
		<comments>http://www.fordevs.com/2008/12/open-file-at-any-format-in-jsp.html#comments</comments>
		<pubDate>Mon, 22 Dec 2008 17:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JSP]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/open-a-file-at-any-format-in-jsp.html</guid>
		<description><![CDATA[How to Open a File in Different Format 1.Create a HTML Page or JSP Page2.Insert &#60;%@ page contentType=&#8221;application/vnd.ms-excel&#8221; %&#62; instead of &#60;%@ page contentType=&#8221;application/html&#8221; %&#62; in HTML Page or JSP Page3.Open a File,Now its open in a Excel Sheet with Style apply in the Sheet. For Microsoft Word &#60;%@ page contentType=&#8221;application/vnd.msword&#8221; %&#62; For PDF File [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/open-file-at-any-format-in-jsp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StringTokenizer in JAVA</title>
		<link>http://www.fordevs.com/2008/11/stringtokenizer-in-java.html</link>
		<comments>http://www.fordevs.com/2008/11/stringtokenizer-in-java.html#comments</comments>
		<pubDate>Tue, 25 Nov 2008 17:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/stringtokenizer-in-java.html</guid>
		<description><![CDATA[The StringTokenizer class allows an application to break a string into tokens. The tokenization method is much simpler than the one used by the StreamTokenizer class. The StringTokenizer do not distinguish among identifiers, numbers, and quoted strings, nor do they recognize and skip comments. The set of delimiters (the characters that separate tokens) may be [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/stringtokenizer-in-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
