Tuesday, November 29, 2011

What information that the ServletResponse interface gives the servlet methods for replying to the client?

It Allows the servlet to set the content length and MIME type of the reply. Provides an output stream, ServletOutputStream and a Writer through which the servlet can send the reply data.:Question is not clear. Can I rephrase the question like,
Category:Servlet Interview Questions

No comments:

Post a Comment