What is a page directive?
Answer / Kramank Rajput
A page directive is a JSP construct that provides information about the current JSP page to the JSP compiler. It can be used for various purposes such as specifying the page's content type, language, and importing other classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to send data from one page to another in jsp?
What are the advantages of jsp?
Which categories can be divided jstl tags, give examples.
Explain what is jsp ?
What language is used to write servlets and jsp?
What is the use of jstl tags in jsp?
How do I include static files within a jsp page?
Can we use jsp implicit objects in a method defined in jsp declaration?
Why does jcomponent have add() and remove() methods but the component does not?
What is the include directive?
What is <jsp:usebean> in jsp?
What is jsessionid?