Answer Posted / ramareddy
A 'Servlet' is a Java programming language class used to
extend the capabilities of a server. Although servlets can
respond to any types of requests, they are commonly used to
extend the applications hosted by web servers, so they can
be thought of as Java Applets that run on servers instead of
in web browsers.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is lazy loading and what is Generic Servlet Class?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Describe servlet?
Explain the role of dispatcherservlet and contextloaderlistener.
What mechanisms are used by a Servlet Container to maintain session information?
What are its drawbacks of cgi?
What is difference between server and servlet?
Can you call a jsp from the servlet?
Is servlet synchronized?
What is the process to implement doget and dopost methods?
Difference between GET and POST?
What is the life-cycle of servlets?
What is servlet and its types?
Can we override servlet service method?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?