Multiple Choice
Which of the following is not a valid AWT class?
A) Panel
B) Applet
C) TextArea
D) JMenu
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Applets are important because the can be
Q2: In the following code,what does getDocumentBase()return? play(getDocumentBase(),"mysound.wav");<br>A)
Q10: If a frame component is 300 pixels
Q11: Which of the following will load the
Q23: Which tag will produce largest text?<br>A) <h4>Hello</h4><br>B)
Q27: The delay parameter in the Timer constructor
Q30: The play method will load and play
Q36: When you extend an interface, you must
Q42: Given the following code, how many times
Q50: An applet using a Swing GUI extends