Multiple choice Which of the following statements is must in a Java program for creating a frame? import java.awt.*; import java.awt.event.*; import java.awt.frame; 1, 2 and 3 only 1 and 2 Reveal answer Fill a bubble to check yourself D Correct answer Explanation Option 3 is also required. This option is correct.