A. The do After Body method is called. B. The doEnd Tag method is NOT called. C. The type attribute may be specified in the TLD D. The do Start Tag Method must always return SKIP_BODY. E. The TLD for this tag must NOT include a
A. String value = getServletConfig( ).getParameter(“foo”); B. String value = getServletContext( ).getAttribute(“foo”); C. Object value = getServletContext( ).getInitParameter(“foo”); D. String value = getServletContext( ).getInitParameter(“foo”)
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.
A.A B.B C.C D.D