Describe servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is the GenericServlet class?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
How to notify an object in session when session is invalidated or timed-out?
How can we implement a jsp page?
What is preinitialization of a servlet?
What is cookies in servlet with example?
How is a servlet implemented in code?
Why filter is used in servlet?
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?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the jobs performed by servlets?
how to use servlets with j2ee ?