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
Is dispatcher servlet a singleton?
What is servlet container?
Explain in brief the directory structure of a web application?
What is the servletconfig object?
How servlets are deployed in java?
Where do you define dispatcherservlet?
What is the difference between context parameter and context attribute?
What is ServletConfig object?
Whether thread can be used in servlets?
How do you communicate in between Applets and Servlets?
When servlet object is created?
Why is init() method is used in servlets?
Should I override the service() method?
What do you mean by the servlet chaining?
What are the key methods that are involved in processing of http servlets?