java - Why JSP directives are called directives? -
does know why jsp directives called directives?
there 3 directives in jsp are:
<%@ page ... %> <%@ include ... %> <%@ taglib ... %> any insight on how resemble called directives?
directives elements relay messages jsp container , affect how compiles jsp page. in other words, jsp directives provide directions , instructions container, telling how handle aspects of jsp processing.
now if giving many directions container why not logically called directives!
Comments
Post a Comment