When you place an applet in an HTML document, you give the name of the _____________ file for the applet.

(a) .java
(b) .class
(c) both A & B
(d) none of the above


(b) .class

Computer Science & Information Technology

You might also like to view...

Explain why consistency is a threat to the operation of networks.

What will be an ideal response?

Computer Science & Information Technology

Assume proper includes have been executed, but not using directive or declaration. Write a definition of an iterator for a vector named vec of int values. Write a for loop that will display the contents vec on the screen, separated by spaces. Use iterators for the loop control.

What will be an ideal response?

Computer Science & Information Technology

When working with a lot of text in a composition, the _____ workspace will have many of the tools you’ll need.



a. Paragraph
b. Editorial
c. Typography
d. Custom

Computer Science & Information Technology

The methods of LocalDate include getMonth() and getDayOfWeek(). Each of these methods returns a(n) ____, which is a data type that consists of a list of values.

A. array B. constant C. shadow array D. enumeration

Computer Science & Information Technology