What are different types of layout managers in java.awt
package?
Answer Posted / janet
A layout manager is an object that is used to organize
components in a container.
The different layouts are available are
FlowLayout,BorderLayout,CardLayout,GridLayout and
GridBagLayout.
| Is This Answer Correct ? | 52 Yes | 8 No |
Post New Answer View All Answers
What is the infobus?
Write a singleton program?
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??
How task's priority is used in scheduling?
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 event results from the clicking of a button?
whats is mean by tiles in struts
What class is used to create Server side object ?
When a thread blocks on i/o, what state does it enter?
Why do I get a duplicate name error when loading a jar file?
Java is fully object oriented languages or not?
What are the different types of exception?
What are externizable interface?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is the purpose of the notifyall() method?