Introduction to Servlets in Java

By manoj , 2 September, 2023

servlets are java programs that generate html files and execute it on the web. 

But for this it is necessary that you store your servlet program on a web server only and get it executed from there.

Types of servlet

There are 2 types of servlet

GenericServlet

 

Httpservlet

Standard (Image)

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.