Select the technology that was developed by a joint effort between Netscape and Sun Microsystems.

a. Java
b. JavaScript
c. Flash
d. Ajax


b. JavaScript

Computer Science & Information Technology

You might also like to view...

Print a screenshot of a Web page you haven’t used before and mark it up as you try to understand what it is and how to use it. Write down brief thoughts (as on pages 12 and 13 of the book) to show the things that you “get” immediately and the things that cause question marks to form over your head. Be prepared to share your example with the class.

What will be an ideal response?

Computer Science & Information Technology

Slides can be reset by using a command on a shortcut menu

Indicate whether the statement is true or false

Computer Science & Information Technology

Which statement is false?

a. The Collections API provides a set of public static methods for converting collections to unmodifiable versions. b. Unmodifable wrappers throw ModificationExceptions if attempts are made to modify the collection. c. You can use an unmodifiable wrapper to create a collection that offers read-only access to others while allowing read- write access to yourself. d. You can create the kind of collection mentioned in part (c) simply by giving others a reference to the unmodifiable wrapper while you also retain a reference to the wrapped collection itself.

Computer Science & Information Technology

When a data field is private, it is said to be ____ to any class other than the one in which it is defined.

A. uninheritable B. implicit C. unreachable D. inaccessible

Computer Science & Information Technology