Explain the procedure of how jsp is used to generate dynamic data with an example
Answers
Answered by
0
Answer:
As discussed, JSP is used for creating dynamic webpages. Dynamic webpages are usually a mix of static & dynamic content. The static content can have text-based formats such as HTML, XML etc and the dynamic content is generated by JSP tags using java code
Similar questions