Create Software Components 

Using Java Level 2

 

 

Course Info

Scheme

Resources

Tutorials

Java Demos

Utilities

Links


 

    Quiz 8 - Answers

Containers

 

Question 1.   

Java Foundation Classes

Question 2.         

Abstract Windowing Toolkit

Question 3.         

(c) import javax.swing.*;

Question 4.   

(c) a container for placing components

Question 5.         

(d) a window that may have a border, a title, and buttons for closing and iconifying the window.

Question 6.         

(b) JMenuItem

Question 7.         

(a) myPanel.add(myButton);

Question 8.    

(a) JFrame frame = new JFrame("Hello World!");

Question 9.         

(b) false

(a text area is not a top level container)

Question 10.   

(a) true

Question 11.         

(a) true

Question 12.   

(b) false  

 

        

 

  Site Home 

Java Home   

  Forum  

Course Info

Welcome

Overview

Assessment

Qualification

Scheme of Work

Assignments

Resources

Information

Blackboard

Learning Center

Web Materials

Reading

Java Demos

Utilities

Links

Lecture Materials

Tutorials & Notes

Exercises

Activities

Quizzes

 

Site Home

Top

Unit Home

ADR 2002