Answer Posted / shanawaz
Servlets is a part J2EE specification and which comes under
web developement category. Servlet API comes mainly two
packages are
1. javax.servlet
2. javax.servlet.http
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
why we should override only no-agrs init() method.
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Write a command to get actual path of a servlet to the server?
What is the dispatcher servlet?
What are different ways for servlet authentication?
What is the difference between Server and Container?
How can the session in servlet can be destroyed?
What is the purpose of requestdispatcher interface?
What do you mean by mime type?
What are the steps that are involved in using the httpservlet class?
What are the annotations used in servlet 3?
List out the difference between ServletConfig and ServletContext?
How the servlet is loaded?
When servlet object is created?
What is a web container and what is its responsibility?