<?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: Dynamic Class Loading using Java Reflection API</title>
	<atom:link href="http://viralpatel.net/blogs/2009/07/java-dynamic-class-loading-java-reflection-api.html/feed" rel="self" type="application/rss+xml" />
	<link>http://viralpatel.net/blogs/2009/07/java-dynamic-class-loading-java-reflection-api.html</link>
	<description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:30:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Madhukar</title>
		<link>http://viralpatel.net/blogs/2009/07/java-dynamic-class-loading-java-reflection-api.html/comment-page-1#comment-10703</link>
		<dc:creator>Madhukar</dc:creator>
		<pubDate>Mon, 10 Aug 2009 00:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=1494#comment-10703</guid>
		<description>Sweet quick refresher of using Java Reflection. I love the ability to read private methods and invoke them using Java reflection.
Java reflection can help us load only certain required classes by taking the decision at run time instead of loading bunch of classes during compile time.</description>
		<content:encoded><![CDATA[<p>Sweet quick refresher of using Java Reflection. I love the ability to read private methods and invoke them using Java reflection.<br />
Java reflection can help us load only certain required classes by taking the decision at run time instead of loading bunch of classes during compile time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
