Multiple choice Which of the following is/are container(s) in Java? Frame Panel Both 1 and 2 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.