Solved

Which of the Following Will Load the Applet, TestApplet

Question 6

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions