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 |
What is jsp custom tag and what are it’s components?
What is jsp and servlets?
What is difference between jspwriter and servlet printwriter?
How are jsp(java server pages) better than asp(active server pages)?
How we can configure init params in jsp?
Can we use javascript in jsp?
How do I save a jsp file?
Explain the jsp:setProperty action.
What are the two types of comments supported by jsp?
What is scriptlet in jsp?
When does a container initialize multiple jsp objects?
What Do you Mean By Object Serialization in java.
2 Answers Accenture, Cognizant,