A. put(String name. Object value) B. set(String name. Object value) C. setAttribute(String name. Object value) D. putAttribute(String name. Object value) E. addAttribute(String name. Object value)
A. The output is X = 6 y = 0 B. The output is x = 7 y = 0 C. The output is x = 6 y = -1 D. The output is x = 7 y = -1 E. Compilation will fail.
A. An IllegalStateException is thrown at runtime. B. An InvalidSessionException is thrown at runtime. C. The string “value=null” appears in the response stream. D. The string “value=myAttributeValue” appears in the response stream.
A.A B.B C.C D.D E.E
A. bas has the value of “”. B. baz has the value of null. C. bas has the value of “red”. D. baz has he value of “blue”. E. baz has the value of “green”. F. the code does not compile. G. The program throws and exception.