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
What is the purpose of dispatcherservlet properties?
Explain the difference between a web server and a web container?
request parameter how to find whether a parameter exists in the request object?
How can the session in servlet can be destroyed?
What is meant by a web application
What’s the difference between sendredirect and forward methods
How does java thread pool work?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How the JSP file will be executed on the Server side?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Difference between java beans & servlets?
What is getservletcontext?
What is difference between cookies and httpsession?
How can a servlet be used to generate plain text instead of html?
What is the procedure of invoking different servlet in a different application?