What is the difference between JspWriter and PrintWriter
Answer Posted / srinivaskumar.nimmana
JspWriter is abstract class emulates some of the functionality found in the java.io.BufferedWriter and java.io.PrintWriter classes, however it differs in that it throws java.io.IOException from the print methods while PrintWriter does not
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is url encoding and url decoding
What is httpservlet and how it is different from genericservlet?
Should I override the service() method?
What do you mean by cgi?
What is the GenericServlet class?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the benefits of using servlet over cgi?
What is called Session Tracking?
How will you pass values from HTML page to the servlet?
How can a servlet be used to generate plain text instead of html?
Can we fetch the attributes related to a servlet on a different servlet?
What is the difference between the servlets and cgi programs?
What's the servlet interface?
Name the different ways of session tracking.