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 meant by a servlet?
What is the directory structure of a war file?
What is cookie in servlet?
What are session variable in servlets?
How to handle exceptions thrown by application with another servlet?
What is the difference between Difference between doGet() and doPost()?
How will two or three servlets interact or communicate with each other?
What is the use of request dispatcher interface?
Why is httpservlet declared abstract?
How do I use cookies to store session state on the client?
Why do we have servlet listeners?
Which exception is thrown if the servlet is not initialized properly?
How native code can be used in a servlet?
Differentiate between the web server and application server?
What is servlet container. how it works?