How are the jsp requests handled?



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

Post New Answer

More JSP Interview Questions

What happens when a page is statically included in another jsp page?

1 Answers  


What is error page in jsp?

1 Answers  


Can you disable the caching on the back button of a particular browser?

1 Answers  


How can we stop errors on display in a jsp page?

1 Answers  


What is jsp page?

1 Answers  


Mention some important jsp action tags.

1 Answers  


What are scriptlets in jsp?

1 Answers  


What is the jsp:plugin action ?

1 Answers  


What information is needed to create a tcp socket?

1 Answers  


Which is better jsp or javascript?

1 Answers  


What is the use of pagecontext in jsp?

1 Answers  


Is jsp a programming language?

1 Answers  


Categories