Servlet Introduction

Hi friends, i can define Servlet in many ways which is as follows:

  • Servlet is a server-side technology to develop dynamic web application.
  • Servlet is nothing but a .java file (multi-threaded java program) which is executed by web server(Tomcat). When multiple users send the request to the Servlet, then all requests will processed by web container(a part of web server) by creating multiple threads for the same Servlet.
  • Servlet is an interface that must be implemented for creating any Servlet.
sevlet_introduction

Advantages of servlet

  • • Less response time because each request runs in a separate thread.
  • • Servlets are scalable.
  • • Servlets are robust and object oriented.
  • • Servlets are platform independent.
sevlet_introduction

Learn in Basics of Java


About the Author



Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.

We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc





 PreviousNext