adspace
Answer Posted / 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 View All Answers