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 |
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Are enterprise beans allowed to use thread.sleep()?
What are the pros and cons of detached objects?
which is the better collection class if the requirement is only displaying the data
what is JTA ?
i want documentation of text file splitter & merger of advanced java
What is the difference between the session.get() method and the session.load() method?
what are memory considerations of jsp compares to other web components?
What are different types of controls in AWT?
How database connectivity in XML is achieved?
What is the highest-level event class of the event-delegation model?
How many JSP scripting elements and what are they?