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 |
Explain the methods of request dispatcher in servlet?
What is the protocol used by Server & Client?
What is meant by cookies?
Why filter is used in servlet?
The code in a finally clause will never fail to execute, right?
How many objects of a servlet is created?
What do you mean by the servlet chaining?
What is cookies in servlet with example?
what is the advantage of using Servlets over CGI programming?
Why are servlets used?
What are the objects involved when a servlet receives a call from client?
Which event is fired at the time of session creation and destroy?