THIS PAGE CONTAINS A SAMPLE quiz on material from Chapter 7 of this on-line Java textbook. You should be able to answer these questions after studying that chapter. Sample answers to all the quiz questions can be found here.
Question 1: What is the FontMetrics class used for?
Question 2: An off-screen image can be used to do double buffering. Explain this. (What are off-screen images? How are they used? Why are they important? What does this have to do with animation?)
Question 3: One of the main classes in Swing is the JComponent class. What is meant by a component? What are some examples?
Question 4: What is the function of a LayoutManager in Java?
Question 5: What does it mean to use a null layout manager, and why would you want to do so?
Question 6: What is a JCheckBox and how is it used?
Question 7: What is a thread
Question 8: Explain how Timers are used to do animation.
Question 9: Menus can contain sub-menus. What does this mean, and how are sub-menus handled in Java?
Question 10: What is the purpose of the JFrame class?
[ Answers | Chapter Index | Main Index ]
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java Programming: Chapter 7 Quiz
Post your Comment