GkSeries.com
Home
GK
ENGLISH
CURRENT AFFAIRS
APTITUDE
REASONING
BANKING
UGC NET
COMPUTER SC.
COURSES
Home
Computer Science
Which one of the following is a valid declaration of an applet?
Question
Which one of the following is a valid declaration of an applet?
A
public class MyApplet extends java.applet.Applet {
B
public Applet MyApplet {
C
public class MyApplet extends applet implements Runnable {
D
abstract class MyApplet extends java.applet.Applet {
Answer & Explanation
Option: [A]
Next Question →