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
What are the different methods involved in the process of session management in servlets?
What are the types of servlets? Explain
What is the workflow of a servlet?
Why is Servlet so popular?
Can you refresh servlet in client and server-side automatically?
What is http servlet? Explain with the help of an example.
What is the GenericServlet class?
When should you prefer to use doget() over dopost()?
What is generic servlet class?
Why servlet is used as controller ? Not JSP? I want complete explation?
Why are http servlets used in programming?
What is the use of request dispatcher interface?
Explain the difference between a web server and a web container?
Is dispatcher servlet a singleton?
Elucidate servlet attributes and its scope?