

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following allows substitution of code to occur at the translation time in a JSP page? |
A. | <jsp:include> Tag |
B. | <@ include> directive |
C. | <@ page> directive |
D. | Declaration block |
Answer» C. <@ page> directive | |