How does a jsp work?



How does a jsp work?..

Answer / 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

More JSP Interview Questions

What is jsp custom tag and what are it’s components?

1 Answers  


What is jsp and servlets?

1 Answers  


What is difference between jspwriter and servlet printwriter?

1 Answers  


How are jsp(java server pages) better than asp(active server pages)?

1 Answers  


How we can configure init params in jsp?

1 Answers  


Can we use javascript in jsp?

1 Answers  


How do I save a jsp file?

1 Answers  


Explain the jsp:setProperty action.

1 Answers  


What are the two types of comments supported by jsp?

1 Answers  


What is scriptlet in jsp?

1 Answers  


When does a container initialize multiple jsp objects?

1 Answers  


What Do you Mean By Object Serialization in java.

2 Answers   Accenture, Cognizant,


Categories