Internet and Web Resources
Answers to Self Review Exercises
27.1 |
a) . b) directives, actions, scripting elements, tag libraries. c) application, page, request, session. d) include. e) javax.servlet.jsp, javax.servlet.jsp.tagext. f) JSP container. g) scriptlets, comments, expressions, declarations, escape sequences. |
27.2 |
a) False. Objects with page scope exist only as part of the page in which they are used. b) True. c) False. Action enables dynamic content to be included in a JavaServer Page. d) False. JSP comments and script-language comments are ignored and do not appear in the response. e) False. Objects with application scope are part of the JSP container application. f) True. g) True. h) True. |