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
Why do I get a duplicate name error when loading a jar file?
What class is the top of the awt event hierarchy?
What value does read() return when it has reached the end of a file?
Why is string immutable in java?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What are the different approaches to represent an inheritance hierarchy?
What class is used to create Server side object ?
What is Stream Tokenizer?
What is the purpose of the wait() method?
What is metaspace?
What is a class loader? What are the different class loaders used by jvm?
How are the elements of a borderlayout organized?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Why a component architecture for the java platform?
What’s jboss cache in short?