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
Explain phantom read?
Why are my checkboxes not being set from on to off?
Explain about thread synchronization inside a monitor?
What are the oops concept?
What class is used to create Server side object ?
What are the sequence of steps to write pub or sub model kind of application?
Explain how will the struts know which action class to call when you submit a form?
Are enterprise beans allowed to use thread.sleep()?
Do I need to import javlang package any time? Why ?
How many times may an objects finalize() method be invoked by the garbage collector?
What are the different class loaders used by jvm?
When is the best time to validate input?
How database connectivity in XML is achieved?
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
Difference between DurableSubscription and non- DurableSubscription?