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 a servlet-to-servlet communcation?
How are filters?
Explain the role of dispatcherservlet and contextloaderlistener.
How the servlet is loaded?
What is Servlet API used for connecting database?
What are Servlets?
Servlet is pure java object or not?
What is the servlet?
what is servlet chaining?
What do you mean by cgi?
How the JSP file will be executed on the Server side?
Which HTTP method is non-idempotent?
How to create war file?
What are all the advantages of servlet over cgi?
Why session tracking is needed?