What is with the javax.servlet package naming?
Answers were Sorted based on User's Feedback
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 |
Answer / sk
this is also one of the package in servlets .......
package consists of Classes,Interfaces,Exceptions
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between the http servlet and generic servlet?
which method in doGet or doPost is use to send binary date to server
What is servlet used for?
How can we create deadlock situation in servlet?
What is pure servlet?
What is servlet container. how it works?
Some examples where generic servlet is used?
What are the types of servlet?
What is the use of servlet context?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Define the servlet mapping.
explain filters in java?