forked from svozniuk/java-interviews
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJava GUI.txt
More file actions
22 lines (18 loc) · 1.07 KB
/
Java GUI.txt
File metadata and controls
22 lines (18 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
------------------------------------------------------------------------------------------
Swing
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
AWT
------------------------------------------------------------------------------------------
1. What is an event and what are the models available for event handling?
2. What are the advantages of the model over the event-inheritance model?
3. What is source and listener?
4. What is adapter class?
5. What is meant by controls and what are different types of controls in AWT?
6. What is the difference between choice and list?
7. What is the difference between scrollbar and scrollpane?
8. What is a layout manager and what are different types of layout managers available in java AWT?
9. How are the elements of different layouts organized?-
10. Which containers use a Border layout as their default layout?
11. Which containers use a Flow layout as their default layout?
12. Difference between Swing and Awt?