Multiple choice technology web technology In a java GUI which one controls the size and the location of the components? Frame Panel Layout Manager Applet Reveal answer Fill a bubble to check yourself C Correct answer Explanation Layout Managers are responsible for determining the size and position of components within a container. They provide a flexible way to manage component layout dynamically as the window resizes or components change.