adspace


How does a jsp function?

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


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307