What is the difference between JspWriter and PrintWriter
Answer Posted / srinivaskumar.nimmana
This 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 ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is meant by a servlet?
What is difference between server and servlet?
Why the concept of single thread model interface is used?
Explain the differences between jsp and servlet.
What is a server side include (ssi)
Difference between java beans & servlets?
What do you mean by scope object and what are its types?
What are some disadvantages of storing session state in cookies?
What is difference between cookies and httpsession?
What are the ways to handle multi-threading in servlets?
What are the steps that are involved in using the httpservlet class?
Which application server is best for java?
What are session variable in servlets?
Explain the difference between servletconfig and servletcontext in servlet?
Is servlet a framework?