Wednesday, February 7, 2007

When a servlet accepts a call from a client, it receives two objects- What are they?

ServeltRequest: Which encapsulates the communication from the client to the server.

ServletResponse: Which encapsulates the communication from the servlet back to the client.

ServletRequest and ServletResponse are interfaces defined by the javax.servlet package.

SOURCE : www.referjava.com

No comments: