Answer Posted / ravindra nhavi
yes we can create constructor of servlet instead of init
method but i dont get servlet specification answers.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What's the servlet interface?
Which are the different ways you can communicate between servlets?
request parameter how to find whether a parameter exists in the request object?
How will two or three servlets interact or communicate with each other?
What is the difference between 2 types of servlets?
What is the life-cycle of servlets?
What is URL Encoding?
What do you mean by mime type?
What is the difference in between the httpservlet and generic servlet?
How can we achieve transport layer security for our web application?
Why do we need servlet filter?
What are the uses of servlets?
How do you create a cookie using servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is the major difference between context parameter and context attribute?