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 |
why JSP is bigger choice for software development as compare to ASP.
What is jsp and why do we need it?
How do I create a dynamic web project?
What is jsp expression?
What is a session in web?
What is context url?
Is jsp used?
What is jsp scriptlet tag used for?
Tell us about the stages (phases) of the jsp life cycle.
What is a declaration?
Give the use of session object.
What is meant by implicit objects and what are they?