1: What tag is used for a JSP scriptlet? Answer
2: What tag is used for a JSP expression? Answer
3: From within a scriptlet, how does one generate output to the browser? Answer
4: In JSP, what is an implicit object? Answer
5: Name 3 implicit objects that we have used thus far: Answer
6: Can a variable declared in a one scriptlet be accessed by another scriptlet? Answer
7: Can a variable declared a scriptlet be accessed from an expression? Answer
8: How does one add a comment to a JSP page that must NOT be viewable by the client's "view source" menu? Answer
9: Does a page directive apply to a one scriplet, one page or one directory? Answer
10: How does one do an import in JSP? Answer
11: How does one specify an error page in JSP? Answer
12: What must be included at the top of all jsp error pages? Answer
13: What JSP implicit object is only available in an error page? Answer