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 a session object?
Which java framework is most popular?
How we can check in particular page the session will be alive or not
What is a web container and what is its responsibility?
explain filters in java?
What do you mean by request dispatcher in servlet?
Write a servlet to upload file on server.
How to get the actual path of servlet in server?
what do you understand by url rewriting?
How two servlets communicate with each other?
How forward () method is different from send redirect () method?
What is the process to implement doget and dopost methods?