What are different types of controls in AWT?

Answers were Sorted based on User's Feedback



What are different types of controls in AWT?..

Answer / janet

Controls are components that allow a user to interact with
your application and the AWT supports the following types
of controls:
Labels,Push Buttons,Check Boxes,Choice
Lists,Lists,Scrollbars,Text Components. These controls are
subclasses of Component.

Is This Answer Correct ?    130 Yes 9 No

What are different types of controls in AWT?..

Answer / udai

button, checkbox, choice, label, list, scrollbox, text area, text field

Is This Answer Correct ?    47 Yes 5 No

What are different types of controls in AWT?..

Answer / ashwani

button, checkbox,label,list,scrollBar, textArea,textField

Is This Answer Correct ?    49 Yes 10 No

What are different types of controls in AWT?..

Answer / sonia sharma

Label,Radio Button,Button,Text field,Check boxes,Choice Controls,Text areas,scroll bars

Is This Answer Correct ?    32 Yes 4 No

What are different types of controls in AWT?..

Answer / 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

What are different types of controls in AWT?..

Answer / sheetal

.lables
.push button
.check boxes
.choice lists
.lists
.scroll bars
.text editing

Is This Answer Correct ?    17 Yes 2 No

What are different types of controls in AWT?..

Answer / madhan kumar.s

lable
button
textarea
textfield
menubar
menufield
scrollbar
frame
checkbox
radiobutton

Is This Answer Correct ?    16 Yes 2 No

What are different types of controls in AWT?..

Answer / p v reddy

we are useing awt .consumer flexble to develop in java
Lable
Button
Textfield
Textarea
Checkbox

Is This Answer Correct ?    11 Yes 3 No

What are different types of controls in AWT?..

Answer / abc

push button
label
text area
scroll bar

Is This Answer Correct ?    11 Yes 4 No

What are different types of controls in AWT?..

Answer / rajbeer kaur

Button
Canvas
Checkbox
Checkboxgroup
CheckboxMenuItem
Choice
Label
List
MenuBar
Menu
MenuItem
ScrollBar
TextArea
TextComponent
TextField

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

How would you reatach detached objects to a session when the same object has already been loaded into the session?

0 Answers  


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


What is Stream Tokenizer?

0 Answers   TCS,






Explain what is orm?

0 Answers  


what is handle?

0 Answers  


How many JSP scripting elements and what are they?

4 Answers   TCS,


What event results from the clicking of a button?

0 Answers  


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


what are the activation groupworks?

0 Answers  


what is the Remote Stub?

1 Answers  


Categories