What are different types of controls in AWT?
Answer Posted / ashu
an awt conrols is a component that allows the end users to
interact with applications created in java.All AWT controls
in java are subclass of component class. the component class
provides the add() method to add awt components to
containers such as applet windows. The components are:
LAbel,Button,
heckboxes,
radio buttons
choice,
textr field text areas
scroll bar
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
To identify IDL language what mapping mechanism is used?
What is ioc concept?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Explain how will the struts know which action class to call when you submit a form?
What must a class do to implement an interface?
How database connectivity in XML is achieved?
Write a program to show synchronization?
Name the eight primitive java types.
why static class in java
Is a class a subclass of itself?
What is Remote Server?
Why are some of the class and element names counter-intuitive?
difference between ejb,struts,hibernate,spring and jsp
What is the highest-level event class of the event-delegation model?
What are the diff types of exception?