91-9990449935 0120-4256464 |
ServletOutputStream classServletOutputStream class provides a stream to write binary data into the response. It is an abstract class. The getOutputStream() method of ServletResponse interface returns the instance of ServletOutputStream class. It may be get as: Methods of ServletOutputStream classThe ServletOutputStream class provides print() and println() methods that are overloaded.
Example of ServletOutputStream classExample of ServletOutputStream class to write image
Next TopicServlet With Annotation
|