Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. The three software parts of a GUI program are:
Correct Answer is : GUI Components, Event Listeners, Application Code
2. What is the one component that nearly all GUI programs will have?
Correct Answer is : Frame
3. What is a container object in GUI programming?
Correct Answer is : A container is an object like a Frame that has other GUI components placed inside of it.
4. What is it called when a program is written to respond to the button clicks, menu selections, and other actions of the user in whatever order the user does them?
Correct Answer is : Event-driven programming.
5. Usually GUI programs are written by using existing software components provided in a toolkit. The Java toolkit used in this chapter is the: