Can you make use of a servletoutputstream object from within a jsp page?



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

Post New Answer

More JSP Interview Questions

Can you override jspinit() method? If yes, in which cases?

1 Answers  


what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic

1 Answers  


What is <jsp:usebean> in jsp?

1 Answers  


List out some advantages of using jsp.

1 Answers  


How does jsp engines instantiate tag handler classes instances?

1 Answers  


Is jsp compiled?

1 Answers  


how to write the code of jsp program?

1 Answers   Infosys,


What are the possible values for language directive?

1 Answers  


Where we use assertion in java programming?

2 Answers  


What are the different types of jstl tags?

1 Answers  


How can I enable session tracking for jsp pages if the browser has disabled cookies?

1 Answers  


What is iselignored in jsp?

1 Answers  


Categories