answersLogoWhite

0

Servlets are an integral part of any J2EE Web application. The key benefits of using Servlets in our web applications are:

a. They are faster than CGI scripts because each CGI script produces an entirely new process that takes a lot of time to execute, whereas a servlet creates only a new thread.

b. Servlet API is standard and available easily on the internet (like JSPs)

c. Servlets have the advantages like ease of development & platform independence (like Java)

d. They can access all the J2SE and J2EE APIs

e. Can take the full advantage & capabilities of the Java programming langauge

As you can see, there are numerous advantages of using the Servlet & JSP technologies. This is exactly why numerous organizations use them as a staple part of their J2EE application development work.

The Disadvantage would be that Servlets are a little difficult to learn and use.

User Avatar

Wiki User

14y ago

What else can I help you with?