PrintWriter is the actual object responsible for writing the content in response. JspWriter uses the PrintWriter object behind the scene and provide buffer support. When the buffer is full or flushed, JspWriter uses the PrintWriter object to write the content into response.
JSP / Servlet - Interview
Subscribe to:
Post Comments (Atom)
Difference Between Servlet and JSP
ReplyDeleteThanks for sharing useful difference.