Exam 13: Applets and More

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The HTML tag that is used to insert a link has the following general format:

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

C

The mouse generates two types of events: mouse events and mouse motion events.

Free
(True/False)
4.9/5
(40)
Correct Answer:
Verified

True

An applet class inherits from this class.

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

D

The coordinates of the pixel in the upper-left corner of a component are usually

(Multiple Choice)
4.8/5
(29)

To make a Web page, you create a text file that contains HTML instructions, which are known as ________, as well as the text that should be displayed on the Web page.

(Multiple Choice)
4.9/5
(29)

The names of the AWT classes are the same as those of the Swing classes, except the AWT class names do not start with this letter.

(Multiple Choice)
4.9/5
(42)

In addition to displaying standard components such as buttons and labels, Java allows you to draw which of the following?

(Multiple Choice)
4.9/5
(30)

Java provides a(n) ________ class for all of the interfaces in the API that have more than one method.

(Multiple Choice)
4.7/5
(33)

Once you create a mouse listener class, you can register it with a component using this method, which is inherited from the Component class.

(Multiple Choice)
4.7/5
(43)

A mouse motion listener class must implement the MouseMotionListener interface, which is in this package.

(Multiple Choice)
4.9/5
(37)

A mouse listener class must implement this interface, which is in the java.awt.event package.

(Multiple Choice)
4.8/5
(38)

These classes implement the MouseListener and MouseMotionListener interfaces and provide empty definitions for all of the required methods.

(Multiple Choice)
4.8/5
(41)

An applet does not have to be on a Web server in order to be executed.

(True/False)
4.8/5
(33)

Each component has an internal object that inherits from this class, which has numerous methods for drawing graphical shapes on the surface of the component.

(Multiple Choice)
4.7/5
(34)

An applet class has a method named ________ that performs the same operations as a constructor.

(Multiple Choice)
4.7/5
(32)

When you draw a line or shape on a component, you must indicate its position using these.

(Multiple Choice)
5.0/5
(27)

The Applet class's ________ method loads a sound file, plays it one time, and then releases it for garbage collection.

(Multiple Choice)
4.8/5
(45)

Which of the following statements is correct regarding the line break <br>, paragraph break <p>, and horizontal rule <hr> HTML tags.

(Multiple Choice)
4.9/5
(38)

Applets run in a restricted environment to

(Multiple Choice)
5.0/5
(43)

This method draws a string as a graphic.

(Multiple Choice)
4.9/5
(42)
Showing 1 - 20 of 40
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)