Describe the main purpose of servlets

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.
43 Struts Interview Questions and Answers - Freshers, Experienced
Struts interview questions and answers for freshers and experienced - In this series, we have covered all about Java Struts and answered the questions that might be asked during an interview.
What is Jakarta Struts Framework?
Jakarta Struts Framework - An open source framework for creating web applications. Web applications, some deliver static content and some create dynamic response.....
Components of Struts
Components of Struts - Model Components, View Components, Controller Components.....
Post your comment