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 is the methods of generated servlet?
Why the concept of single thread model interface is used?
Explain the methods of request dispatcher in servlet?
What is war file?
What is the importance of init() method in Servlet ?
If servlet receives multiple requests, how many objects will it create?
What is cookie? Why is cookie used?
What is the structure of the http response
Difference between httpservlet and generic servlets?
Can a jsp be called using a servlet?
What are the steps that are required to handle the multi-threading?
How are filters?
What is the difference in between the httpservlet and generic servlet?
What are life cycle methods of a servlet?
What is meant by Servlet? What are the parameters of service method?