adspace


How does a jsp work?

Answer Posted / Ashish Kumar Raw

A JSP (JavaServer Pages) works by allowing developers to create dynamic web pages using Java. JSP pages consist of HTML, XML, or other markup languages and embedded scriptlets, expressions, and declarations written in Java. When a user requests a JSP page, the JSP engine translates it into executable Java code, which is then compiled (if not already done) and executed to produce the final response 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

2306