Multiple choice technology web technology

In a java GUI which one controls the size and the location of the components?

  1. Frame

  2. Panel

  3. Layout Manager

  4. 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.