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?
Which is the methods of generated servlet?
List out the difference between ServletConfig and ServletContext?
How do you get the ip address of the client in servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What are different Authentication options available in Servlets.
What do you mean by session tracking?
What are the two important api's in for servlets?
How will you pass values from HTML page to the servlet?
Why do we need a constructor in a servlet if we use the init method?
When a servlet accepts a call from a client, it receives two objects. What are they?
What methods do you use in servlet - applet communication?
Write a program to show the functionality of doget and dopost method?
How is a servlet implemented in code?
What is java servlet session?