<?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>Caught By Java &#187; Java</title>
	<atom:link href="http://www.caughtbyjava.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caughtbyjava.com</link>
	<description>Just another Technology Blog</description>
	<lastBuildDate>Sat, 19 Jun 2010 15:57:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New findings for Hashtable vs Synchronized Map vs ConcurrentHashMap</title>
		<link>http://www.caughtbyjava.com/new-findings-for-hashtable-vs-synchronized-map-vs-concurrenthashmap-2/</link>
		<comments>http://www.caughtbyjava.com/new-findings-for-hashtable-vs-synchronized-map-vs-concurrenthashmap-2/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:57:41 +0000</pubDate>
		<dc:creator>Asim</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Core Java]]></category>
		<category><![CDATA[Java Collections]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=186</guid>
		<description><![CDATA[I had been reading this all over the net that ConcurrentHashMap is faster than Hashtable and Synchronized HashMap. I tried a small and simple program that measures write operations on the above mentioned Collections. I found the Hashtable is quick enough than Synchronized Map and ConcurrentHashMap. The order was1) Hashtable2) Synchronized Map3) ConcurrentHashMapI am shooked [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/new-findings-for-hashtable-vs-synchronized-map-vs-concurrenthashmap-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Java 6 Collections</title>
		<link>http://www.caughtbyjava.com/new-java-6-collections/</link>
		<comments>http://www.caughtbyjava.com/new-java-6-collections/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 09:34:59 +0000</pubDate>
		<dc:creator>Asim</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Collections]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=121</guid>
		<description><![CDATA[With the release of Java 6, Sun Microsystems has added some new interfaces and their implementation to the existing java collection family.DequeBlockingDequeNavigableMapNavigableSetConcurrentNavigableMapDequeDeque is short for double-ended queue, and Sun Microsystem likes it to be pronounced as “deck” and not de-queue. Deque is a combination of both queue (that supports adding from one side and removing [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/new-java-6-collections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowing Cache and Java Cache System</title>
		<link>http://www.caughtbyjava.com/knowing-cache-and-java-cache-system/</link>
		<comments>http://www.caughtbyjava.com/knowing-cache-and-java-cache-system/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 17:52:50 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[cache]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=112</guid>
		<description><![CDATA[Java Caching System (JCS) is a robust open source distributed caching system that is written in Java. It is a subproject of Apache Jakarta project. It provides from basic to advanced level features for caching objects. Since a web application is accessed by many concurrent users that gives you the primary reason to go for [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/knowing-cache-and-java-cache-system/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>EJB 3.0 Transaction Attributes Explained</title>
		<link>http://www.caughtbyjava.com/ejb-3-0-transaction-attributes-explained/</link>
		<comments>http://www.caughtbyjava.com/ejb-3-0-transaction-attributes-explained/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 14:25:13 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[EJB]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[EJB Transactions]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=106</guid>
		<description><![CDATA[EJB Transaction Attribute values are required much and are important to maintain data consistency in enterprise wide environments. In an Enterprise wide environment you can have many applications talking to each other. Like a online shopping cart from where you purchase books or magazines and pay through your credit/debit card online. The online shopping cart [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/ejb-3-0-transaction-attributes-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java ClassLoader Delegation Model</title>
		<link>http://www.caughtbyjava.com/java-classloader-delegation-model/</link>
		<comments>http://www.caughtbyjava.com/java-classloader-delegation-model/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 14:52:17 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Class Loader]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=75</guid>
		<description><![CDATA[Classloader delegation model was first introduced in JDK 1.2. Class loaders are organized in heirarchical model like a tree, with bootstrap loader as the root of the tree. Every user defined class loader is assigned a parent loader when it is created. Remember that it is only the bootstrap class loader that does not have [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/java-classloader-delegation-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://www.caughtbyjava.com/wp-content/plugins/mystat/mystat.php?act=time_load&id=170127&rnd=755242201" /></channel>
</rss>
