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 are the benefits of using servlet over cgi?
What must be implemented by all servlets?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How the servlet is loaded?
What is new in ServletRequest interface ? (Servlet 2.4)
Can you explain in detail 'javax.servlet' package?
What is servlet collaboration?
What is the difference between servlet and filter?
Explain the war file?
What are the uses of servlet and what is servlet chaining?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
How is an application exception handling is done using a servlet?