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 is the relation between the infobus and rmi?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Which are the different segments of memory?
To identify IDL language what mapping mechanism is used?
Difference between DurableSubscription and non- DurableSubscription?
Which container method is used to cause a container to be laid out and redisplayed?
What is the purpose of the wait() method?
Why does the tag url-encode javascript and mailto links?
How to pass parameters in RMI?
What are the services in RMI ?
What is scalable, portability in the view of J2EE?
What is abstract schema?
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!
How is a java object message delivered to a non-java client?
What is TL and its use?