What are directives in jsp?
Answer / Kumar Pratap
Directives in JSP are declarations that control the behavior of the JSP compiler. They begin with a '%' symbol.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of 'out' implicit object?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
What are the advantages of jsp?
What are the ways to insert java code into jsp page?
Why is _jspservice () method starting with an '_'?
Can you explain what is jsp page life cycle?
What are the different scopes an object can have in a jsp page?
i need the source code for opening a word document in java
Perform a browser redirection from a jsp page?
What program opens a jsp file?
Explain the uses of jsp?
What is Include directive?