Multiple Choice
Applets are important because the can be used to
A) extend the capabilities of a web page.
B) process large data files.
C) run other programs on the user's system.
D) keep the doctor away.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: In the following code,what does getDocumentBase()return? play(getDocumentBase(),"mysound.wav");<br>A)
Q6: Which of the following is not a
Q10: If a frame component is 300 pixels
Q11: Which of the following will load the
Q23: Which tag will produce largest text?<br>A) <h4>Hello</h4><br>B)
Q27: The delay parameter in the Timer constructor
Q30: The play method will load and play
Q36: When you extend an interface, you must
Q42: Given the following code, how many times
Q50: An applet using a Swing GUI extends