<?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>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/07/java-dynamic-class-loading-java-reflection-api.html/comment-page-1#comment-19325</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Thu, 22 Dec 2011 18:16:45 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1494#comment-19325</guid> <description>@Amira: You can load .class file dynamically by just placing .class file in your project&#039;s (JVM&#039;s) classpath and calling &lt;code&gt;Clasloader.loadClass()&lt;/code&gt; method as specified in above example.</description> <content:encoded><![CDATA[<p>@Amira: You can load .class file dynamically by just placing .class file in your project&#8217;s (JVM&#8217;s) classpath and calling <code>Clasloader.loadClass()</code> method as specified in above example.</p> ]]></content:encoded> </item> <item><title>By: Amira</title><link>http://viralpatel.net/blogs/2009/07/java-dynamic-class-loading-java-reflection-api.html/comment-page-1#comment-19301</link> <dc:creator>Amira</dc:creator> <pubDate>Thu, 22 Dec 2011 15:33:08 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1494#comment-19301</guid> <description>Plllz can any one help me i want load a class but i have only fille.class ,,,i haven&#039;t .java file how can i make it ???</description> <content:encoded><![CDATA[<p>Plllz can any one help me i want load a class but i have only fille.class ,,,i haven&#8217;t .java file how can i make it ???</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/07/java-dynamic-class-loading-java-reflection-api.html/comment-page-1#comment-18624</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Tue, 13 Dec 2011 12:48:57 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1494#comment-18624</guid> <description>@Madan - If your method has more than one parameter than you can pass it while calling invoke() method like below. [code gutter=&quot;false&quot; language=&quot;java&quot;] String returnValue = (String) myMethod.invoke(whatInstance, new Object[] { methodParameter1, methodParameter2, methodParameter3 }); [/code]</description> <content:encoded><![CDATA[<p>@Madan &#8211; If your method has more than one parameter than you can pass it while calling invoke() method like below.</p><pre class="brush: java; gutter: false; title: ; notranslate">
           String returnValue = (String) myMethod.invoke(whatInstance,
                    new Object[] { methodParameter1, methodParameter2, methodParameter3 });
 </pre>]]></content:encoded> </item> <item><title>By: madan</title><link>http://viralpatel.net/blogs/2009/07/java-dynamic-class-loading-java-reflection-api.html/comment-page-1#comment-18623</link> <dc:creator>madan</dc:creator> <pubDate>Tue, 13 Dec 2011 12:32:47 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1494#comment-18623</guid> <description>very good example, and if my method has more than one parameter then what are the changes should be done in the above code</description> <content:encoded><![CDATA[<p>very good example, and if my method has more than one parameter then what are the changes should be done in the above code</p> ]]></content:encoded> </item> <item><title>By: sandeep</title><link>http://viralpatel.net/blogs/2009/07/java-dynamic-class-loading-java-reflection-api.html/comment-page-1#comment-14286</link> <dc:creator>sandeep</dc:creator> <pubDate>Tue, 08 Mar 2011 02:32:18 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1494#comment-14286</guid> <description>very good explanation of java run time environment this is really gud article for those people who started a carrier in java for initial information......</description> <content:encoded><![CDATA[<p>very good explanation of java run time environment this is really gud article for those people who started a carrier in java for initial information&#8230;&#8230;</p> ]]></content:encoded> </item> <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>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 10:07:48 -->
