InterviewSolution
Saved Bookmarks
| 1. |
What Advantage Do Java’s Layout Managers Provide Over Traditional Windowing Systems? |
|
Answer» Java uses layout managers to lay out components in a consistent manner ACROSS all windowing platforms. Since Java’s layout managers aren’t TIED to ABSOLUTE sizing and positioning, they are able to accommodate platformspecific differences among windowing SYSTEMS. Java uses layout managers to lay out components in a consistent manner across all windowing platforms. Since Java’s layout managers aren’t tied to absolute sizing and positioning, they are able to accommodate platformspecific differences among windowing systems. |
|