What are different types of controls in AWT?
Answer Posted / 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 |
Post New Answer View All Answers
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is ioc concept & explain it?
Which javutil classes and interfaces support event handling?
What is TL and its use?
What is a modular application? What does module-relative mean?
Can you control when passivation occurs?
Define prototype?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is RMI and what are the services in RMI?
What are the sequence of steps to write pub or sub model kind of application?
Can I use multiple html form elements with the same name?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
what is a non-repeatable read?
What is glasgow?
What is the relation between the infobus and rmi?