Describe the main purpose of servlets.- A java enabled server’s functionality can be extended by a servlets.
- Usually a servlet is used to develop web applications in a web server.
- The servlets are used to create web pages which are called dynamic web pages which mean the content of a web page can change according to the input sent from the web client.
- Servlets are server independent and platform independent.
|