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 is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
How to create war file?
What are the different ways we can maintain state between requests?
Can we override destroy method in servlet?
How to upload a file to the server using servlet?
Write a program to show the functionality of servlets.
What is servlet collaboration?
How the JSP file will be executed on the Server side?
What is java servlet session?
How to get the path of servlet in the server?
How do you invoke a servelt?
Is java servlet still used?
Which HTTP method is non-idempotent?
What are the functions of the servlet container?
Which java application server is the best?