So I was playing around with Java's Reflection API. I wanted to try loading a simple Java applet I found on the internet. Now what I got stumbled upon was applet parameters:
<param name="aparam" value="12345">
Is there a way to do the exact same thing via Java Reflection?