what is servlet and what you get when we use servlets?
Answer Posted / ravikiran(aptech mumbai)
servlet is the server side component and executed on any
web/application server.When we make use of servlets we will
get the services provided by the container and multi
threading support
| Is This Answer Correct ? | 38 Yes | 8 No |
Post New Answer View All Answers
Does servlet have main method?
What's the architecture of a servlet package?
Explain the servlet filter.
Which java application server is the best?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What are all the ways for session tracking?
How can we refresh automatically when new data has entered the database?
What is the directory structure of web application?
If some new data has entered the database, explain how can a servlet refresh automatically?
What do you mean by session tracking and also explain its techniques?
What is the difference between using getSession(true) and getSession(false) methods?
Explain mvc pattern.
Why is init() method is used in servlets?
What are its drawbacks of cgi?
If servlet receives multiple requests, how many objects will it create?