Answer Posted / prashant
Servlet is a server side software component written in java
that dynamically extends the functionality of a server
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which java framework is most popular?
Whether we can get deadlock situation in servlets?
What are the advantages of cookies?
What is the major difference between context parameter and context attribute?
What is the difference between context parameter and context attribute?
Can you explain in detail 'javax.servlet' package?
How can we achieve transport layer security for our web application?
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?
How can the referrer and the target urls be used in servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What do you mean by singlethreadmodel interface?
How to find whether a parameter exists in the request object?
How a servlet is unloaded?
What is servlet container. how it works?
What is the difference between jsp and servlet life cycle?