Answer Posted / yogesh
Interfaces:Serialiazable- java.io.*;
ServletConfig -javax.servlet.*;
Servlet- javax.servlet.*;
classes: GenericServlet- javax.servlet.*;(abstract class)
HttpServlet-javax.servlet.http.*;(abstract class)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which http method is said to be non-idempotent and idempotent?
Which event is fired at the time of session creation and destroy?
Which are the different ways you can communicate between servlets?
What are Servlets?
What is the difference between portlet and servlet?
What is setattribute in servlet?
Explain servlet events?
What are the functions of Servlet container?
Who is responsible to create the object of servlet?
What methods do you use in servlet - applet communication?
How do you get the ip address of the client in servlet?
What is generic servlet class?
Explain url encoding?
Describe servlet?
What’s the difference between forward() and sendredirect() methods?