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 |
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What are Benefits of Connection Pooling?
What is the difference between the string and stringbuffer classes?
can a static method be overridden
What is thread deadlock? How to resolve thread deadlock?
Difference between loadclass and class.forname?
Explain ioc concept?
What is the name of the state, when a thread is executing?
What is a class loader?
is servlet,struts are threadsafe or not.please telme correct answer
What is a convertor?
What is the purpose of the finally clause of a try-catch-finally statement?