Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
No Answer is Posted For this Question
Be the First to Post Answer
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What is contextpath in jsp?
What is request getcontextpath ()?
How did you implement caching in jsp?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is the use of session management?
Mention some important jsp action tags.
Explain the uses of jsp?
Explain what is jsp ?
What is an expression in jsp?
we want to provide the errors to the right side of the text field so what we want to add in jsp pages?
How to forward a request to another source?