1) Q: What is the purpose of the toolkit in the Abstract Window Toolkit (AWT)? How does AWT
work ?
A: The AWT toolkit is an interface between the abstract window layer and a specific windowing
implementation.
2) Q: What is layout manager ? How does it work ?
A: A layout manager is an object that positions and resizes the components in a Container according to
some algorithm; for example, the FlowLayout layout manager lays out components from left to right until itruns out of room and then continues laying out components below that row.
3) Q: Advantages and disadvantages of layout manager ?
Read More »
Tags:
core java