Answer Posted / nagireddy
The different types of servlets are there.that is many user
defined servlets and mostly used and important servlets are
two types
1)Generic servlets
2)HttpServlets
| Is This Answer Correct ? | 107 Yes | 13 No |
Post New Answer View All Answers
What do you mean by singlethreadmodel interface?
What are the different methods involved in generic servlet?
What is servlet and its life cycle?
How many servlet objects are created?
Define the lifecycle for executing a jsp page.
What is servlet api used for conneting database?
What is servlet and how it works?
Explain the steps involved in placing a servlet within a package?
why we should override only no-agrs init() method.
What is called servlet container?
How can we achieve transport layer security for our web application?
What is servlet collaboration?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is servlet invoker?
What's the advantages using servlets than using cgi?