Answer Posted / niranjanravi
This is one of the package we have in Servlets.The classes
we have in this in package are
GenericServlet,ServletInputStream,ServletOutStream,UnAvailab
leException,ServletException.
The Interfaces are
Servlet,ServletRequest,ServletResponse,SingleThreadModel,Ser
vletContext,ServletConfig
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is cookies in servlet with example?
Can filter be used as request or response?
What are the mechanisms used by a servlet container for maintaining session information?
What is lazy loading and what is Generic Servlet Class?
What’s the use of the servlet wrapper classes??
Is servlet synchronized?
What is the life-cycle of servlets?
What is webservlet?
Why the concept of single thread model interface is used?
How do we go with database connection and log4j integration in servlet?
Write a program to show the functionality of servlets.
What is a servlet engine?
How the servlet is loaded?
How do you create a cookie using servlet?
Servlet is pure java object or not?