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 are the differences between forward() method and sendredirect() methods?
Describe some assignments that are executed by servlet container?
Explain web application directory arrangement?
What does the term localization refer to?
Which method is called when reference variable is passed in system.net?
Explain the difference between servlet and cgi?
Why do we have servlet filters?
What are sessions in servlets?
Why servlet is faster than jsp?
Explain the methods of request dispatcher in servlet?
What are the kinds of http requests?
What is the directory structure of web application?
What are common tasks performed by Servlet Container?
What's the advantages using servlets than using cgi?
What are the various ways of session supervision in servlets?