JSP Page Directive

The JSP page directive tells to the web container that pertain to the current JSP page. We can put the code page directives anywhere in your JSP page. But by convention, JSP page directives are coded at the top of the JSP page. The general form of JSP page directive is
<%@ page attribute="value"%>
There are several attributes, which are used along with Page Directives and these are

1. import
2. session
3. isErrorPage
4. errorPage
5. ContentType
6. isThreadSafe
7. extends
8. info
9. language
10. autoflush
11. buffer


About the Author



Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.

We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc





 PreviousNext