Home » JAVA Programming » Java Basic » Question
  1. Which one of the following is correct for directive in JSP?
    1. <%directive%>
    2. <%=directive%>
    3. <%@directive%>
    4. <%!directive%>
    5. None of these
Correct Option: C

Directive is declared as <%@directive%>.



Your comments will be displayed only after manual approval.