1.

What are some of the advantages of Servlets?

Answer»

Servlets provide a NUMBER of advantages over the other approaches. These include power, integration, efficiency, safety, portability, endurance, elegance, extensibility, and also flexibility. Here are the advantages of servlets:

  • A SERVLET is convenient in modifying regular HTML
  • We can write the servlet code into the JSP
  • Servlets includes the feature of multithreading of java
  • We can make use of exception handling
  • Servlets have a separate layer of business LOGIC in the application
  • Easy for developers to show and process the information.
  • Servlets provide a convenient way to MODIFY HTML pages.
  • Servlets have a separate layer of business logic in the application.
  • All the advantages of Java-like multi-threading, exception handling, etc. are there in Servlets


Discussion

No Comment Found