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 difference between get and post method in servlet?
What is the difference between CGI and Servlet?
How multiple simultaneous requests can be handled by servlets?
How can you run a servlet program?
How forward () method is different from send redirect () method?
In servlets, Why do we need both GET and POST method implementations?
What is the servlet?
What are the different methods involved in the process of session management in servlets?
What is httpservlet and how it is different from genericservlet?
Can we use javascript in Servlets?
Explain the servlet filter.
What is servlet instance?