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
Can you explain in detail 'javax.servlet' package?
What's the use of servletcontext?
Explain url encoding in servlet?
What is the difference between jsp and servlet life cycle?
What is url encoding and url decoding
What do you mean by mime type?
Explain the difference between generic servlet and http servlet?
What is the directory structure of a war file?
Why the concept of single thread model interface is used?
What's the architecture of a servlet package?
What is http servlet? Explain with the help of an example.
Explain web application directory arrangement?
What is a deployment descriptor?
What is servlet container. how it works?
What do you mean by httpservlet?