Multiple choice Which one of the following is a valid declaration of an applet? Public class MyApplet extends java.applet.Applet { public Applet MyApplet { public class MyApplet extends applet implements Runnable { public class MyApplet extends java.applet.Applet { Reveal answer Fill a bubble to check yourself D Correct answer