What is the difference between JspWriter and PrintWriter
Answer Posted / sumitpalsingh
JspWriter class Object is used to print the value in Jsp Page. it is not the object of JspWriter abstarct class it is the object of the class that implements JspWriter i.e. Writer....
PrintWriter class Of java.io package create an objectthatis used in servlet to print the value on console.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which httpsession object is used to view and manipulate information about a session?
What is the difference between get and post methods?
What is the structure of the http response
What is load-on-startup in servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is servlet collaboration?
Define the servlet mapping.
How printwriter is different from servletoutputstream?
What is the need of session tracking in web application?
Explain the war file?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is a servlet?
What are all the advantages of servlet over cgi?
What is servlet looping or chaining?
What are the different session tracking techniques?