Multiple choice

Which of the following is/are container(s) in Java?

  1. Frame

  2. Panel

  3. Both 1 and 2

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Both Frame and Panel are containers in Java AWT. A Frame is a top-level window with a title bar, while a Panel is a generic container used to group components.