How does a jsp function?



How does a jsp function?..

Answer / Shivani Bansal

When a user requests a JSP page, the server compiles the page (if it hasn't been compiled before) into a Java Servlet. The servlet executes the code in the JSP page and generates the HTML output that is sent back to the client.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

why JSP is bigger choice for software development as compare to ASP.

2 Answers  


What is jsp and why do we need it?

1 Answers  


How do I create a dynamic web project?

1 Answers  


What is jsp expression?

1 Answers  


What is a session in web?

1 Answers  


What is context url?

1 Answers  


Is jsp used?

1 Answers  


What is jsp scriptlet tag used for?

1 Answers  


Tell us about the stages (phases) of the jsp life cycle.

1 Answers  


What is a declaration?

1 Answers  


Give the use of session object.

1 Answers  


What is meant by implicit objects and what are they?

1 Answers  


Categories