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
How can we refresh automatically when new data is entered into the database?
How will two or three servlets interact or communicate with each other?
What is new in ServletRequest interface ? (Servlet 2.4)
How can you push data from an Applet to a Servlet?
Explain web application directory arrangement?
What is war file?
Can we override servlet service method?
What is life cycle of Servlet?
What are the difference between RMI and Servlets?
How to generate the server side programming and the advantages of it over the other languages?
What is session?
How we can get ip address of client in servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the life-cycle methods for a servlet?
How do we go with database connection and log4j integration in servlet?