How are the jsp requests handled?
Answer / Namita Kukreti
In a JSP page, when a user makes a request, it is first processed by the servlet container. The container then compiles the JSP code into a servlet class if it hasn't been compiled before (a process known as JSP compilation). The resulting servlet class handles the request and generates an HTML response that is sent back to the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens when a page is statically included in another jsp page?
What is error page in jsp?
Can you disable the caching on the back button of a particular browser?
How can we stop errors on display in a jsp page?
What is jsp page?
Mention some important jsp action tags.
What are scriptlets in jsp?
What is the jsp:plugin action ?
What information is needed to create a tcp socket?
Which is better jsp or javascript?
What is the use of pagecontext in jsp?
Is jsp a programming language?