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
If servlet receives multiple requests, how many objects will it create?
Explain the difference between servlet and cgi?
What must be implemented by all servlets?
What is the difference between genericservlet and httpservlet
How do you design microservices?
What is servlet name in web xml?
What’s the use of the servlet wrapper classes??
How servlets are deployed in java?
What do you mean by annotations in servlet?
How can an existing session be invalidated?
What are the ways to handle multi-threading in servlets?
Why do we need a constructor in a servlet if we use the init method?
How can you create a session in servlet?
Write a command to get actual path of a servlet to the server?
How to find whether a parameter exists in the request object?