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
How can a servlet be used to generate plain text instead of html?
What is difference between PrintWriter and ServletOutputStream?
Why do we have servlet wrapper classes?
What is servletconfig?
When jsessionid is created?
What are the uses of servlets?
What is session?
What is the GenericServlet class?
Explain the lifecycle of a servlet?
What are the functions of the servlet container?
What are the advantages of servlets over traditional cgi?
Which java framework is most popular?
What are some advantages of storing session state in cookies?
What is cgi?
Which method is called when reference variable is passed in system.net?