Java AWT Question and Answers
21. | What are the types of checkboxes? |
---|---|
Java supports two types of checkboxes. They are
|
|
22. | What is the difference between exclusive and non exclusive? |
---|---|
|
|
23. | What is paint method? |
---|---|
|
|
24. | What is the purpose of repaint method? |
---|---|
repaint() requests can erase and redraw (update) after a small time display. When you invoke repaint(). | |