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 ServletConfig object?
Why the container loads server at the application startup and how?
Can we use servlets in JavaScript?
Explain in brief the directory structure of a web application?
What is the servletconfig object?
How multiple simultaneous requests can be handled by servlets?
What is the first statement in jsp page.
what is the difference between servlets and struts?
can i override service method
What is the use of send redirect () method?
What is the capacity that doGet method can send to the server?
What is difference between Forward() and sendRedirect() methode?