1.

What are the advantages of JSP over Pure Servlets?

Answer»

It is more convenient to write (and to modify!) regular HTML than to have plenty of println statements that generate the HTML. Other advantages are −

  • Embedding of Java code in HTML pages.

  • Platform independence.

  • Creation of database-driven Web applications.

  • Server-side programming capabilities.



Discussion

No Comment Found