Java AWT Question and Answers
9. | What is the difference between the paint() and repaint() method? |
---|---|
|
|
10. | What interface is extended by AWT event listener? |
---|---|
|
|
11. | What is a container in a GUI? |
---|---|
A Container contains and arranges other components through the use of layout managers, which use specific layout policies to determine where components should go as a function of the size of the container. | |
12. | What is the default layout for Applet? |
---|---|
|
|