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
What state does a thread enter when it terminates its processing?
What is clustering? What are the different algorithms used for clustering?
What is the purpose of the wait(), notify(), and notifyall() methods?
Are there books about seam?
What value does read() return when it has reached the end of a file?
How is a java object message delivered to a non-java client?
Explain about RMI Architecture?
What are the services in RMI ?
Name the class that is used to bind the server object with RMI Registry?
what is Activation Instantinator?
Which containers use a border layout as their default layout?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Explain about thread synchronization inside a monitor?
What is the difference between ear, jar and war file?
What are the design considerations while making a choice between using interface and abstract class?