When someone visits a Web page containing a Java applet:

A) the applet is executed on the server and displayed on the Web page
B) the applet is downloaded to the visitor's browser and executed
C) the applet is executed using a portion of the resources from each visitor's browser
D) the visitor's browser acts as the server and hosts the applet for other visitors


B) the applet is downloaded to the visitor's browser and executed

Computer Science & Information Technology

You might also like to view...

Which of the following array declarations would be best suited for storing prices of items sold in a store?

a. Declare String itemPrice[SIZE] b. Declare Integer itemPrice[SIZE] c. Declare Real itemPrice[SIZE] d. Declare itemPrice[Real]

Computer Science & Information Technology

Which of the following classes are predefined in C++?

A. runtime_error B. overflow_error C. underflow_error D. exception E. bad_exception

Computer Science & Information Technology

Image submit buttons can use all of the following properties EXCEPT ____.

A. alt B. src C. useMap D. size

Computer Science & Information Technology

When shooting a screen clip from the Internet, you should always assume that it is protected by ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology