Can you make use of a servletoutputstream object from within a jsp page?
Answer / Anil Tomar
<html><body>No, ServletOutputStream is not directly accessible within JSP pages. Instead, you can use the out or response objects to write data to the output stream, which in turn delegates to the underlying servlet's servletOutputstream.</body></html>
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you override jspinit() method? If yes, in which cases?
what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic
What is <jsp:usebean> in jsp?
List out some advantages of using jsp.
How does jsp engines instantiate tag handler classes instances?
Is jsp compiled?
how to write the code of jsp program?
What are the possible values for language directive?
Where we use assertion in java programming?
What are the different types of jstl tags?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
What is iselignored in jsp?