Java AWT Question and Answers
1. | What are AWT peers? |
---|---|
A component is associated with a standard AWT button object, a peer object and an interfacing button object constructed per the native GUI. | |
2. | What is the difference between a Swing and AWT components? |
---|---|
|
|
3. | What are the different types of controls in AWT? |
---|---|
The AWT supports the following types of controls:
|
|
4. | What are the benefits of Swing over AWT? |
---|---|
|
|