InterviewSolution
Saved Bookmarks
| 1. |
What Advantage Do Java's Layout Managers Provide Over Traditional Windowing Systems? |
|
Answer» JAVA uses layout MANAGERS to layout 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 layout 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. |
|