Exam 13: Applets and More
Exam 1: Introduction to Computers and Java40 Questions
Exam 2: Java Fundamentals40 Questions
Exam 3: A First Look at Classes and Objects40 Questions
Exam 4: Decision Structures40 Questions
Exam 5: Loops and Files40 Questions
Exam 6: A Second Look at Classes and Objects40 Questions
Exam 7: Arrays and the ArrayList Class40 Questions
Exam 8: Text Processing and Wrapper Classes40 Questions
Exam 9: Inheritance40 Questions
Exam 10: Exceptions and Advanced File I/O40 Questions
Exam 11: GUI Applications–Part 140 Questions
Exam 12: GUI Applications–Part 240 Questions
Exam 13: Applets and More40 Questions
Exam 14: Creating GUI Applications with JavaFX40 Questions
Exam 15: Recursion20 Questions
Exam 16: Databases40 Questions
Select questions type
The HTML tag that is used to insert a link has the following general format:
Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
C
The mouse generates two types of events: mouse events and mouse motion events.
Free
(True/False)
4.9/5
(40)
Correct Answer:
True
An applet class inherits from this class.
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
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)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)