Question: Which one of the following is a valid declaration of an applet? (a) Class AnApplet implements Applet { (b) Public class AnApplet extends applet implements
Which one of the following is a valid declaration of an applet?
(a) Class AnApplet implements Applet {
(b) Public class AnApplet extends applet implements Runnable {
(c) Abstract class AnApplet extends java. applet.Applet {
(d) Public class AnApplet extends java.applet. Applet {
Step by Step Solution
3.35 Rating (155 Votes )
There are 3 Steps involved in it
d Public ... View full answer
Get step-by-step solutions from verified subject matter experts
