Multiple choice

Which of the following methods in applet programming brings the document at the URL specified by url into view?

  1. Enumeration getApplets()

  2. showDocument (URL url)

  3. Applet getApplet()

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This method in applet programming brings the document at the URL specified by url into view.