Thursday, November 20, 2014

Servlet



Lifecycle - create() -> init() -> service() -> destroy()

Object creation - same object accessed by all requests

Connection Pooling - object created for each request and container manages the objects

redirect - continues execution of request and control goes to the specified URL

forward - internally navigates to an other page with the same URL

No comments:

Post a Comment