1.

What Are The General Advantages And Selling Points Of Servlets?

Answer»

Servlets exhibit the FOLLOWING characteristics:

  • Can handle MULTIPLE requests CONCURRENTLY.
  • Can synchronize requests.
  • can forward requests to other servers and servlets.
  • Portable (Servlets are written in the Java programming language and follow a STANDARD API).
  • They are Secure (Like CGI, they don’t run shell and memory overflow, etc is handled by Java).
  • Inexpensive (There are a number of free or very inexpensive Web servers that are good for development USE or deployment of low- or medium-volume Web sites).

Servlets exhibit the following characteristics:



Discussion

No Comment Found