Answer Posted / lal ajith kumara
Most commonly used interfaces and classes
javax.servlet.Servlet interface and
javax.servlet.ServletConfig interface
by implementing them we get
javax.servlet.GenericServlet
by extending GenericServlet we get
javax.servlet.http.HttpServlet
most ppl used HttpServlet to create Servlets
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
How can we upload the file to the server using servlet?
What is the use of send redirect () method?
How do you design microservices?
How can you create a session in servlet?
Explain the servlet context.
What is a servlet context object?
What are the types of servlets? Explain
What is servlet instance?
Why do we need a constructor in a servlet if we use the init method?
Is it good idea to create servlet constructor?
When a servlet accepts a call from a client, it receives two objects. What are they?
How can we perform any action at the time of deploying the project?
Define the servlet mapping.
Define the life cycle of a servlets.
What is called a session?