What are different types of controls in AWT?
Answer Posted / madhan kumar.s
lable
button
textarea
textfield
menubar
menufield
scrollbar
frame
checkbox
radiobutton
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What modifiers may be used with an interface declaration?
What is the relation between the infobus and rmi?
wahts is mean by dynavalidatorform in struts/
What is the difference between long.class and long.type?
Name the class that is used to bind the server object with RMI Registry?
Name the eight primitive java types.
What are the pros and cons of detached objects?
Describe, in general, how java's garbage collector works?
What is the diffrence between a local-tx-datasource and a xa-datasource?
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 the relationship between an event-listener interface and an event-adapter class?
What are the design considerations while making a choice between using interface and abstract class?
Is jvm a overhead?
Do we need to override service() method
Difference between swing and awt?