
What is Servlet?

A servlet is a Java programming language class used to extend the capabilities of servers that host applications accessed via a request-response programming model.
Although servlets can respond to any type of request, they are commonly used to extend the applications hosted by Web servers.The javax.servlet and javax.servlet.http packages provide interfaces and classes for writing servlets.

i am beginner in java servlet and who can hlp me?

i am beginner in java servlet and who can hlp me?

Hi vijay,
Servlet is an api released by the sunmicrosystem to develop the web based applications. Servlet is the class which provides the implementations to javax.servlet.Servlet interface directly or indirectly. Hear indirectly mean our servlet class is subclass to javax.servlet.GenericServlet or javax.servlet.http.HttpServlet. Servlet is single instance and multiple therad technology to develop the web based applications.

https://www.roseindia.net/answer/viewqa/jsp-servlet/29601-fetch-and-insert-multiple-rows-into-mysql-database-using-jsp-servlet.html
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.