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 w=200 h=50> </load>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A mouse motion listener class can respond
Q2: An applet using a Swing GUI is
Q3: What does the tag <p /> cause
Q4: HTML describes the content and layout of
Q5: Which of the following sound file formats
Q7: In the following code that uses a
Q8: When someone visits a Web page containing
Q9: These are Java programs that are usually
Q10: If a frame component is 300 pixels
Q11: What will happen if you use </CENTER>