<?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 for Wouter Coekaerts</title>
	<atom:link href="http://wouter.coekaerts.be/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://wouter.coekaerts.be</link>
	<description></description>
	<lastBuildDate>Mon, 20 Feb 2012 08:53:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Heinz Kabutz</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-328</link>
		<dc:creator>Heinz Kabutz</dc:creator>
		<pubDate>Mon, 20 Feb 2012 08:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-328</guid>
		<description>No please, no easier puzzles.  More difficult!  The web has tons of easy Java puzzles.</description>
		<content:encoded><![CDATA[<p>No please, no easier puzzles.  More difficult!  The web has tons of easy Java puzzles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Wouter</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-317</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Sat, 18 Feb 2012 19:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-317</guid>
		<description>Yeah, I&#039;ll also have some easier ones. Not the next one, but the third one probably...</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ll also have some easier ones. Not the next one, but the third one probably&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Cypher</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-315</link>
		<dc:creator>Cypher</dc:creator>
		<pubDate>Sat, 18 Feb 2012 16:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-315</guid>
		<description>I need easier puzzles! Seems that only one semester of java basics a couple of years ago just isn&#039;t enough to solve this ;)</description>
		<content:encoded><![CDATA[<p>I need easier puzzles! Seems that only one semester of java basics a couple of years ago just isn&#8217;t enough to solve this <img src='http://wouter.coekaerts.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Wouter</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-314</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Sat, 18 Feb 2012 15:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-314</guid>
		<description>Yes, it&#039;s coming soon.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s coming soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Jitendra</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-309</link>
		<dc:creator>Jitendra</dc:creator>
		<pubDate>Fri, 17 Feb 2012 18:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-309</guid>
		<description>I am not really expert in java so waiting for solution. :P
Would it be posted here?</description>
		<content:encoded><![CDATA[<p>I am not really expert in java so waiting for solution. <img src='http://wouter.coekaerts.be/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Would it be posted here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Wouter</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-305</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-305</guid>
		<description>I should have mentioned it more explicitly, but you are only allowed to edit the file containing the &quot;You&quot; class, nothing else.</description>
		<content:encoded><![CDATA[<p>I should have mentioned it more explicitly, but you are only allowed to edit the file containing the &#8220;You&#8221; class, nothing else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Wouter</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-304</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-304</guid>
		<description>Good question.
You are allowed to create a custom classloader and load any classes in from within your code, for as far as the security manager allows that.
But &quot;The goal is to reach this line&quot; only applies to that line in the &lt;em&gt;real&lt;/em&gt; Volkswagen class, not a copy of it (which will need a different name I think) in another classloader.

You are supposed to run just &lt;code&gt;java -Djava.security.manager you.You&lt;/code&gt;, adding extra options to &lt;code&gt;java&lt;/code&gt; (for example to use another classloader, or a non-standard security policy) is not allowed.</description>
		<content:encoded><![CDATA[<p>Good question.<br />
You are allowed to create a custom classloader and load any classes in from within your code, for as far as the security manager allows that.<br />
But &#8220;The goal is to reach this line&#8221; only applies to that line in the <em>real</em> Volkswagen class, not a copy of it (which will need a different name I think) in another classloader.</p>
<p>You are supposed to run just <code>java -Djava.security.manager you.You</code>, adding extra options to <code>java</code> (for example to use another classloader, or a non-standard security policy) is not allowed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Xu ShiChang</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-303</link>
		<dc:creator>Xu ShiChang</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-303</guid>
		<description>Are we allowed to use a customer classloader?
It sounds too much of a cheat to me.</description>
		<content:encoded><![CDATA[<p>Are we allowed to use a customer classloader?<br />
It sounds too much of a cheat to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Jean-Louis Willems</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-301</link>
		<dc:creator>Jean-Louis Willems</dc:creator>
		<pubDate>Fri, 17 Feb 2012 11:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-301</guid>
		<description>Solution found in 30 minutes. Very nice game.</description>
		<content:encoded><![CDATA[<p>Solution found in 30 minutes. Very nice game.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Puzzle 1: Clowns by Picimobile</title>
		<link>http://wouter.coekaerts.be/2012/puzzle-clowns#comment-300</link>
		<dc:creator>Picimobile</dc:creator>
		<pubDate>Fri, 17 Feb 2012 10:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://wouter.coekaerts.be/?p=438#comment-300</guid>
		<description>A quick and dirty solution would be:
 private static final int CAPACITY = 20;</description>
		<content:encoded><![CDATA[<p>A quick and dirty solution would be:<br />
 private static final int CAPACITY = 20;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

