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 java framework is most popular?
Why is Servlet so popular?
What are the different session tracking techniques?
What are the advantages of cookies?
What are the mechanisms used by a servlet container for maintaining session information?
What are the two important api's in for servlets?
What is the process for chaining servlet?
How does tomcat servlet container work?
Why doesn’t a servlet include main()? How does it work?
What is servletconfig?
What are the kinds of http requests?
Why filter is used in servlet?
Is that servlet is pure java object or not?
Name the packages that work with servlet?
How to commuincate between an applet and a servlet?