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


Please Help Members By Posting Answers For Below Questions

What are transaction attributes?

611


Explain the difference between object state and behavior?

565


Should synchronization primitives be used on bean methods?

551


What are the call back methods in entity bean?

558


Do I need to import javlang package any time? Why ?

625






How will you pass parameters in RMI? Why do you serialize?

693


What is glasgow?

582


What do you know about seam?

600


Can I run seam outside of jboss as?

638


What is the difference between the ‘font’ and ‘fontmetrics’ class?

638


What is an abstract method?

591


What is prototype?

607


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3450


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

1556


How primary key is implemented in Oracle?

1917