<?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: Simple Introduction to Reflection</title>
	<atom:link href="http://blog.markwshead.com/37/simple-introduction-to-reflection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markwshead.com/37/simple-introduction-to-reflection/</link>
	<description>Mark's thoughts on being Mark Shead and other random subjects</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jinesh</title>
		<link>http://blog.markwshead.com/37/simple-introduction-to-reflection/comment-page-1/#comment-26</link>
		<dc:creator>Jinesh</dc:creator>
		<pubDate>Tue, 09 May 2006 12:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/02/22/simple-introduction-to-reflection.html#comment-26</guid>
		<description>hai
I am having a private method like
private boolan exceute(Object ,String)
whenever i tried to access this private method
like
Method method = c.getMethod(
                         &quot;execute&quot;, classTypes);
method.setAccessible(true);
                               Protor pt = new Protor();
            Object     meth = method.invoke(pt, args);
i am getting an invocationtargetexception
why is it so
Please help</description>
		<content:encoded><![CDATA[<p>hai<br />
I am having a private method like<br />
private boolan exceute(Object ,String)<br />
whenever i tried to access this private method<br />
like<br />
Method method = c.getMethod(<br />
                         &#8220;execute&#8221;, classTypes);<br />
method.setAccessible(true);<br />
                               Protor pt = new Protor();<br />
            Object     meth = method.invoke(pt, args);<br />
i am getting an invocationtargetexception<br />
why is it so<br />
Please help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
