Answer Posted / suraj
servlet is an Controller. Servlet get the request from
client side and made a response on server side side and
it's sent to client side with http response object.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
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 is the default http method in the servlet?
Is it good idea to create servlet constructor?
List out difference between a JavaBean from a Servlet?
What is called Session Tracking?
Is java servlet still used?
Write a program to show the functionality of servlets.
What is session tracking?
How can you use a servlet to generate a plain text instead of html?
What is the need of servlet filters?
What are the important functions of filters?
Explain the jar and war files in servlet?
What do you mean by the servlet chaining?
What is new in ServletRequest interface ? (Servlet 2.4)
What is the effective way to make sure all the servlets are accessible only when user has a valid session?