InterviewSolution
| 1. |
What Are Jsp Directives? |
|
Answer» • JSP directives are messages for the JSP engine. i.e., JSP directives serve as a message from a JSP page to the JSP CONTAINER and control the processing of the entire page. • JSP directives are messages for the JSP engine. i.e., JSP directives serve as a message from a JSP page to the JSP container and control the processing of the entire page. |
|