Answer Posted / naresh
there are 3 directives in JSP
1)<%page...%>
2)<%include...%>
3)<%taglib...%>
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What are advantages of jsp over asp, php, pure servlets and others?
What is the difference between a scrollbar and a scrollpane in jsp?
How did you implement caching in jsp?
What is a jsp file?
How many tags are there in jsp?
What is jsessionid?
What is
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
Show the 2 types of comments in JSP.
Which package does a jsp api consist of?
How can my application get to know when a httpsession is removed?
What are the lifecycle phases of a jsp?
How can I handle jsp page errors?
How is jsp better than servlet technology?
Explain lifecycle methods.