Java _____________ were intended to be run over the Internet.

(a) applications
(b) applets
(c) both A and B
(d) none of the above


(b) applets

Computer Science & Information Technology

You might also like to view...

Most classes need to be imported before they can be used in an app. Why is every app allowed to use classes System and String without first importing them?

What will be an ideal response?

Computer Science & Information Technology

Write a method reference that can be used in place of the following lambda:

``` (String s) -> {return s.toUpperCase();} ```

Computer Science & Information Technology

Typing a hyphen (-) as a menu item’s Text property will create a(n) _______.

a) separator bar b) access shortcut c) new submenu d) keyboard shortcut

Computer Science & Information Technology

Which of the following is a real-time Internet communications service that notifies users when one or more people are online and then allows them to exchange messages or files or join a private chat room?

A. Wikispace B. Chattalk C. IM D. Communispace

Computer Science & Information Technology