<?xml version="1.0" encoding="iso-8859-1"?><!-- Copy and paste the url into your newsreader application" -->
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
<title>About Focus on Java</title>
<link>http://java.about.com/</link>
<description>Focus on Java</description>


	<item>
	<title>Create a LinkedList</title>
	<link>http://java.about.com/b/2008/02/14/create-a-linkedlist.htm</link>
	<description>The Java Collections Framework is chock full of useful abstract classes, interfaces, and concrete classes that you can use to handle your collections of stuff.    Some of...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/02/14/create-a-linkedlist.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-02-14T07:30:57Z</dc:date>
	</item>


	<item>
	<title>Java Acronyms Galore</title>
	<link>http://java.about.com/b/2008/02/12/java-acronyms-galore.htm</link>
	<description>Have you ever wondered what all of those acronyms stand for?  You know the ones I'm talking about:


	API	IDE
	RMI

and so on.

I have compiled a list of Java acronyms with their...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/02/12/java-acronyms-galore.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-02-12T07:16:22Z</dc:date>
	</item>


	<item>
	<title>Autoboxing: A New Java 5 Feature</title>
	<link>http://java.about.com/b/2008/02/07/autoboxing-a-new-java-5-feature.htm</link>
	<description>I must admit that I do not like the term "autoboxing", but I love the way it works.  Autoboxing is a new feature of Java 5.  If you...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/02/07/autoboxing-a-new-java-5-feature.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-02-07T07:30:48Z</dc:date>
	</item>


	<item>
	<title>Sun Microsystems to Celebrate 500,000 Certifications</title>
	<link>http://java.about.com/b/2008/02/05/sun-microsystems-to-celebrate-500000-certifications.htm</link>
	<description>Sun Microsystems is on the verge of hitting the half a million mark!  Currently, there are approximately 480,000 Sun-certified professionals roaming the globe.  Could you be the person...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/02/05/sun-microsystems-to-celebrate-500000-certifications.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-02-05T09:30:52Z</dc:date>
	</item>


	<item>
	<title>Sun Tech Days Turns Ten</title>
	<link>http://java.about.com/b/2008/01/31/sun-tech-days-turns-ten.htm</link>
	<description>Sun Tech Days is a travelling road-show that has been ongoing for the past ten years.  The concept is to provide technical education in Java Technology and Solaris products....</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/01/31/sun-tech-days-turns-ten.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-01-31T17:50:10Z</dc:date>
	</item>


	<item>
	<title>What's a Primitive Wrapper Class?</title>
	<link>http://java.about.com/b/2008/01/29/whats-a-primitive-wrapper-class.htm</link>
	<description>It may sound like a course on the basics of gift-wrapping, but a primitive wrapper class is altogether different.  If you recall your primitive data types (I know you...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/01/29/whats-a-primitive-wrapper-class.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-01-29T18:14:05Z</dc:date>
	</item>


	<item>
	<title>A New Reserved Word: enum</title>
	<link>http://java.about.com/b/2008/01/23/a-new-reserved-word-enum.htm</link>
	<description>So, I am happily coding along one day when I type in the following code:


Enumeration enum = myShoppingList.elements(); enum.hasMoreElements();)
// and so on and so forth

I compile my code and I...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/01/23/a-new-reserved-word-enum.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-01-23T07:30:59Z</dc:date>
	</item>


	<item>
	<title>Java Array or Vector: What's the Difference?</title>
	<link>http://java.about.com/b/2008/01/21/java-array-or-vector-whats-the-difference.htm</link>
	<description>Arrays and Vectors in Java are quite similar.  They both represent a collection of similar items.  For example, a good usage of an array would be a variable...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/01/21/java-array-or-vector-whats-the-difference.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-01-21T07:39:46Z</dc:date>
	</item>


	<item>
	<title>Great Sites for the Java Newbie</title>
	<link>http://java.about.com/b/2008/01/17/great-sites-for-the-java-newbie.htm</link>
	<description>If you have ever done a search for Java tutorials or introduction to Java, I have little doubt that your search was fruitless.  In fact, there are thousands of...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/01/17/great-sites-for-the-java-newbie.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-01-17T07:36:53Z</dc:date>
	</item>


	<item>
	<title>Java Constants</title>
	<link>http://java.about.com/b/2008/01/15/java-constants.htm</link>
	<description>There are two things in life that are constant.... death and taxes.  In Java, unlike in life, you have control over what is constant and what is not. ...</description>
	<guid isPermaLink="true">http://java.about.com/b/2008/01/15/java-constants.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2008-01-15T09:58:36Z</dc:date>
	</item>


</channel>
</rss>
