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?
Explain load on start-up and its importance?
Explain request dispatcher and its methods.
What do you mean by cgi and what are its drawbacks?
Explain the methods of request dispatcher in servlet?
What is MIME Type?
What are the type of protocols used in httpservlet?
What must be implemented by all servlets?
what is servlet chaining?
What is Servlet API used for connecting database?
What is the structure of the http response
What are the types of servlet?
How will you pass values from HTML page to the servlet?
Why is servlet used?
What is the default http method in the servlet?