Question - Mention the advantages of JSP over Pure Servlets?
Answer -
Some of the Major Advantages of JSP over Pure Servlets are as discussed below:
- It is more convenient to write and modify normal HTML than to have plenty of println statements that generate the HTML.
- Embedding of Java code in HTML pages.
- Platform independence.
- Creation of database-driven Web applications.
- Server-side programming capabilities.