Quiz 8 -- CS 290W -- Mar 23, 99

(1) What must be used in the <APPLET> container so that getParameter ("subject") will return the string "Pharmacy"?
(1) <PARAM NAME="Pharmacy">
(2) <PARAM VALUE="Pharmacy">
(3) <PARAM NAME="subject" VALUE="Pharmacy">
(4) <PARAM VALUE="subject" NAME="Pharmacy">
(3)

(2) In FlowLayout what is the default alignment for each row?
(1) FlowLayout.TOP
(2) FlowLayout.LEFT
(3) FlowLayout.CENTER
(4) FlowLayout.RIGHT
(3)

(3) In BorderLayout which components are resized to the full window height?
(1) East, West
(2) North, South
(3) South, East
(4) North, West
(1)