<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Reloading Java Classes 101: Objects, Classes and ClassLoaders</title>
	<atom:link href="http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/</link>
	<description>Improving Java Development</description>
	<lastBuildDate>Sat, 04 Feb 2012 07:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: bob</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-1060</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sun, 20 Nov 2011 04:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-1060</guid>
		<description>Thread.currentThread().sleep(3000);

should be written as
Thread.sleep(3000);since sleep is a static method</description>
		<content:encoded><![CDATA[<p>Thread.currentThread().sleep(3000);</p>
<p>should be written as<br />
Thread.sleep(3000);since sleep is a static method</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hdh97</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-395</link>
		<dc:creator>Hdh97</dc:creator>
		<pubDate>Mon, 20 Jun 2011 02:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-395</guid>
		<description>很好的一个网站！</description>
		<content:encoded><![CDATA[<p>很好的一个网站！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JRebel实践 part2 behind the scene &#124; Tuo_Huang</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-394</link>
		<dc:creator>JRebel实践 part2 behind the scene &#124; Tuo_Huang</dc:creator>
		<pubDate>Tue, 26 Oct 2010 12:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-394</guid>
		<description>[...] Reloading Java Classes 101: Objects, Classes and ClassLoaders [...]</description>
		<content:encoded><![CDATA[<p>[...] Reloading Java Classes 101: Objects, Classes and ClassLoaders [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-393</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 19 Mar 2010 22:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-393</guid>
		<description>This example does not seems right to me, example2 is getting instantiated every time inside while loop where in example1 is outside while loop. You are playing with instances not with classloaders. This example does not support explanation given above.</description>
		<content:encoded><![CDATA[<p>This example does not seems right to me, example2 is getting instantiated every time inside while loop where in example1 is outside while loop. You are playing with instances not with classloaders. This example does not support explanation given above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen Neely</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-392</link>
		<dc:creator>Helen Neely</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-392</guid>
		<description>This is great, I saw the link on TheServerSide and knew I had to check it out.
Nice article</description>
		<content:encoded><![CDATA[<p>This is great, I saw the link on TheServerSide and knew I had to check it out.<br />
Nice article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJC501: How Much Does Turnaround Cost? &#124; ZeroTurnaround.com</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-391</link>
		<dc:creator>RJC501: How Much Does Turnaround Cost? &#124; ZeroTurnaround.com</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-391</guid>
		<description>[...] RJC101: Objects, Classes and ClassLoaders [...]</description>
		<content:encoded><![CDATA[<p>[...] RJC101: Objects, Classes and ClassLoaders [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reloading Java Classes 401: HotSwap and JRebel — Behind the Scenes &#124; ZeroTurnaround.com</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-390</link>
		<dc:creator>Reloading Java Classes 401: HotSwap and JRebel — Behind the Scenes &#124; ZeroTurnaround.com</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-390</guid>
		<description>[...] RJC101: Objects, Classes and ClassLoaders [...]</description>
		<content:encoded><![CDATA[<p>[...] RJC101: Objects, Classes and ClassLoaders [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reloading Java Classes 301: Classloaders in Web Development &#8212; Tomcat, GlassFish, OSGi, Tapestry 5 and so on &#124; ZeroTurnaround.com</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-389</link>
		<dc:creator>Reloading Java Classes 301: Classloaders in Web Development &#8212; Tomcat, GlassFish, OSGi, Tapestry 5 and so on &#124; ZeroTurnaround.com</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-389</guid>
		<description>[...] RJC101: Objects, Classes and ClassLoaders [...]</description>
		<content:encoded><![CDATA[<p>[...] RJC101: Objects, Classes and ClassLoaders [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reloading Java Classes 201: How do ClassLoader leaks happen? &#124; ZeroTurnaround.com</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-388</link>
		<dc:creator>Reloading Java Classes 201: How do ClassLoader leaks happen? &#124; ZeroTurnaround.com</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-388</guid>
		<description>[...] RJC101: Objects, Classes and ClassLoaders [...]</description>
		<content:encoded><![CDATA[<p>[...] RJC101: Objects, Classes and ClassLoaders [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speeding up development with JRebel</title>
		<link>http://zeroturnaround.com/blog/reloading-objects-classes-classloaders/comment-page-1/#comment-387</link>
		<dc:creator>Speeding up development with JRebel</dc:creator>
		<pubDate>Fri, 04 Dec 2009 12:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroturnaround.com/?p=173#comment-387</guid>
		<description>[...] load the new class file in the JVM&#8217;s memory. A more detailed explanation is listed at the JRebel blog &#8211; in practice this means the only thing we have to do after updating a class file is [...]</description>
		<content:encoded><![CDATA[<p>[...] load the new class file in the JVM&#8217;s memory. A more detailed explanation is listed at the JRebel blog &#8211; in practice this means the only thing we have to do after updating a class file is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

