Java AWT Question and Answers
5. | What are the component and container class? |
---|---|
A component is a graphical object. A few examples of components are
|
|
6. | What is the use of the window class? |
---|---|
|
|
7. | What is clipping? |
---|---|
Clipping is the process of confining paint operations to a limited area or shape. | |
8. | What is the parameter specification for the public static void main method? |
---|---|
|
|