InterviewSolution
Saved Bookmarks
| 1. |
What Advantage Do Java's Layout Managers Provide Over The 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 platform-specific 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 platform-specific differences among windowing systems. |
|