What is a layout manager?
Answers were Sorted based on User's Feedback
Answer / harika.thota001@gmail.com
A layout manager is an object that implements the LayoutManager interface and determines the size and position of the components within a container
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anonymous
Can be used in AWT/SWING
It is an object defines how you arrange object in a content
pane.
Many types.
Flow LM
Card LM
Grid LM
contentpane ct = getContentPane();
ct.addLayoutManager();
---NOT SURE ?? addLayoutManager() OR addLayout();----
| Is This Answer Correct ? | 0 Yes | 1 No |
What is bean? Where can it be used?
What is RMI and what are the services in RMI?
What is DTD?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Explain the advantages and disadvantages of detached objects.
What is message driven beam?
what are getters and setters in Java with examples?
what is container?
What are the different methods of identifying an object?
How to add new JTabbed pane?
Why use a datasource when you can directly specify a connection details?
What is clustering? What are the different algorithms used for clustering?