Multiple Choice
Which of the following will load the applet,TestApplet?
A) < applet code="TestApplet.class" width=200 height=50 >< /applet >
B) < applet code=TestApplet.class width=200 height=50 >< /applet >
C) < load code="TestApplet.class" width=200 height=50 >< /load >
D) < load code=TestApplet.class width=200 height=50 >< /load >
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Which of the following is not a
Q13: One way of viewing the results of
Q14: For all Swing components except JApplet and
Q24: The browser creates an instance of the
Q27: The delay parameter in the Timer constructor
Q30: The play method will load and play
Q35: Given the following code, how many times
Q36: When you extend an interface, you must
Q42: Given the following code, how many times
Q48: Which of the following can a mouse