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

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -