What are different types of controls in AWT?
Answer Posted / 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 |
Post New Answer View All Answers
Is the infobus client side only?
difference between ejb,struts,hibernate,spring and jsp
How would you detect a keypress in a jcombobox?
Do we need to override service() method
What is a sessionfactory? Is it a thread-safe object?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What does module-relative mean?
Can I map more than one table in a cmp?
What are the benefits of detached objects?
what is a portable component?
What is table mutation and how do you avoid it?
What is the RMI and Socket?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??