Exam 12: Advanced Guis and Graphics
Exam 1: An Overview of Computers and Programming Languages50 Questions
Exam 2: Basic Elements of Java50 Questions
Exam 3: Introduction to Objects and Inputoutput50 Questions
Exam 4: Control Structures I: Selection50 Questions
Exam 5: Control Structures II: Repetition50 Questions
Exam 6: Graphical User Interface Gui and Object-Oriented Design OOD50 Questions
Exam 7: User-Defined Methods50 Questions
Exam 8: User-Defined Classes and Adts50 Questions
Exam 9: Arrays50 Questions
Exam 10: Inheritance and Polymorphism50 Questions
Exam 11: Handling Exceptions and Events50 Questions
Exam 12: Advanced Guis and Graphics49 Questions
Exam 13: Recursion50 Questions
Exam 14: Searching and Sorting50 Questions
Select questions type
The class Container is the superclass of all the classes designed to provide a GUI.
(True/False)
4.8/5
(31)
Which of the following is the default layout manager for a Java application?
(Multiple Choice)
4.9/5
(33)
Which applet method is called by the Web browser to display the applet to the screen?
(Multiple Choice)
4.9/5
(28)
Which of the following sets the background color of the applet to white?
(Multiple Choice)
4.8/5
(43)
If graph holds a Graphics object, which of the following puts "CAT" starting at X = 20, Y = 50?
(Multiple Choice)
4.8/5
(38)
The class Graphics provides methods for drawing items such as lines, ovals, and rectangles on the screen.
(True/False)
4.9/5
(34)
Which of the options in the accompanying figure is a correct Web page for the applet WelcomeHomeApplet?
(Multiple Choice)
4.8/5
(43)
To draw a rectangle filled with the current color, you can use the method ____.
(Multiple Choice)
4.8/5
(31)
The graphic in the accompanying figure is an example of ____.
(Multiple Choice)
4.8/5
(34)
When you type a regular alphanumeric key, the ____ method is executed.
(Multiple Choice)
4.9/5
(35)
Does an applet compile like any other Java application program?
(Multiple Choice)
4.9/5
(32)
Given Graphics object graph, which of the following draws a circle with a radius of 50, at X = 20, Y = 30?
(Multiple Choice)
4.9/5
(38)
Which of the following methods does the class JTextArea inherit from the class JTextComponent?
(Multiple Choice)
4.8/5
(36)
Which menu will appear first if it is added to the menu bar in the order shown in the accompanying figure?
(Multiple Choice)
4.9/5
(40)
Showing 21 - 40 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)