Java AWT Question and Answers
25. | Which containers use a Border layout as their default layout? |
---|---|
|
|
26. | What is meant by controls? |
---|---|
|
|
27. | What is the difference between choice and list? |
---|---|
|
|
28. | What is the difference between a window and a frame? |
---|---|
The Frame class extends Window to define a main application window that can have a menu bar. | |