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 Server and Container?
What is url encoding and url decoding
How can the session in servlet can be destroyed?
Differentiate between get and post?
What is the use of welcome-file-list?
What is the use of java servlet api?
how can we execute servelt? what the use ".war" or ".jar" file creation
What are cookies and how will you use them?
What must be implemented by all servlets?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
What are the different ways we can maintain state between requests?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify